Html Css Color HEX #E089CC Orchid

📋 copy color: '#E089CC'

red 224 ◦ green 137 ◦ blue 204

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

Shades of Orchid #E089CC

Tints of Orchid #E089CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.25%

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

R = 39.65%
G = 24.25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E089CC (or 0xE089CC) is known color: Orchid. HEX triplet: E0, 89 and CC. RGB value is (224,137,204). Sum of RGB (Red+Green+Blue) = 224+137+204=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E089CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089CC is #1F7633. Grayscale: #AAAAAA. Windows color (decimal): -2061876 or 13404640. OLE color: 13404640.

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

Color convert

RGB 224 137 204 -
CMYK 0 0.39 0.09 0.12
HSL 313.79º 0.58% 0.71% -
HSV(B) 313.79º 0.39% 0.88% -
XYZ 50.59 38.1 61.81 -
YUV 170.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 224 137 204 0 0.39 0.09 0.12 313.79 0.58 0.71
Hex E0 89 CC 0 27 9 C 13A 3A 47
Octal 340 211 314 0 47 11 14 472 72 107
Binary 11100000 10001001 11001100 0 100111 1001 1100 100111010 111010 1000111

Color Harmonies of #E089CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089CC

Black with #E089CC

Text Example


Text Example

White with #E089CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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