Html Css Color HEX #E08ACC Orchid

📋 copy color: '#E08ACC'

red 224 ◦ green 138 ◦ blue 204

#E08ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E08ACC

Tints of Orchid #E08ACC

RGB

 RED value IS 224 (87.89% from 255) = 39.58%

 GREEN value IS 138 (54.3% from 255) = 24.38%

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 39.58%
G = 24.38%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E08ACC (or 0xE08ACC) is known color: Orchid. HEX triplet: E0, 8A and CC. RGB value is (224,138,204). Sum of RGB (Red+Green+Blue) = 224+138+204=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ACC is #1F7533. Grayscale: #ABABAB. Windows color (decimal): -2061620 or 13404896. OLE color: 13404896.

HSL color Cylindrical-coordinate representation of color #E08ACC: hue angle of 313.95º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08ACC is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 204 -
CMYK 0 0.38 0.09 0.12
HSL 313.95º 0.58% 0.71% -
HSV(B) 313.95º 0.38% 0.88% -
XYZ 50.73 38.38 61.86 -
YUV 171.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 224 138 204 0 0.38 0.09 0.12 313.95 0.58 0.71
Hex E0 8A CC 0 26 9 C 13A 3A 47
Octal 340 212 314 0 46 11 14 472 72 107
Binary 11100000 10001010 11001100 0 100110 1001 1100 100111010 111010 1000111

Color Harmonies of #E08ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08ACC

Black with #E08ACC

Text Example


Text Example

White with #E08ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08ACC; }

 p { color: rgb(224,138,204); }

 H1.HeaderClassName
 {
   color: #E08ACC;
 }
 .AnyTagClassName
 {
   color: #E08ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(224,138,204); }

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

border-color css

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

 span { border-color: rgb(224,138,204); }

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