#e671e4

Color #E671E4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E671E4

Tints of Orchid #E671E4

Color information

#E671E4 (or 0xE671E4) is unknown color: approx Orchid. HEX triplet: E6, 71 and E4. RGB value is (230,113,228). Sum of RGB (Red+Green+Blue) = 230+113+228=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E671E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671E4 is #198E1B. Grayscale: #A0A0A0. Windows color (decimal): -1674780 or 14971366. OLE color: 14971366.

HSL color Cylindrical-coordinate representation of color #E671E4: hue angle of 301.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671E4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB230113228-
CMYK00.510.010.10
HSL301.03º70.06%67.25%-
HSV(B)301.03º50.87%90.2%-
XYZ52.5434.2377.24-
YUV161.09165.76177.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 113 (44.53% from 255) = 19.79%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=40.28%
G=19.79%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011322800.510.010.10301.0370.0667.25
HexE671E40331A12d4643
Octal346161344063112455106103
Binary1110011011100011110010001100111101010010110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e671e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e671e4; }

 p { color: rgb(230,113,228); }

 H1.HeaderClassName
 {
   color: #e671e4;
 }
 .AnyTagClassName
 {
   color: #e671e4;
 }
</style>
background-color css

<style>
 a { background-color: #e671e4; }

 a { background-color: rgb(230,113,228); }

 div.DivClassName
 {
   background-color: #e671e4;
 }
 .BgClassName
 {
   background-color: #e671e4;
 }
</style>
border-color css

<style>
 span { border-color: #e671e4; }

 span { border-color: rgb(230,113,228); }

 td.TdClassName
 {
   border-color: #e671e4;
 }
 .TagClassName
 {
   border-color: #e671e4;
 }
</style>