Html Css Color HEX #E089D4 Orchid

📋 copy color: '#E089D4'

red 224 ◦ green 137 ◦ blue 212

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

Shades of Orchid #E089D4

Tints of Orchid #E089D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37%

R = 39.09%
G = 23.91%
B = 37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E089D4 (or 0xE089D4) is known color: Orchid. HEX triplet: E0, 89 and D4. RGB value is (224,137,212). Sum of RGB (Red+Green+Blue) = 224+137+212=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E089D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E089D4 is #1F762B. Grayscale: #ABABAB. Windows color (decimal): -2061868 or 13928928. OLE color: 13928928.

HSL color Cylindrical-coordinate representation of color #E089D4: hue angle of 308.28º 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 #E089D4 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 137 212 -
CMYK 0 0.39 0.05 0.12
HSL 308.28º 0.58% 0.71% -
HSV(B) 308.28º 0.39% 0.88% -
XYZ 51.57 38.49 67 -
YUV 171.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 224 137 212 0 0.39 0.05 0.12 308.28 0.58 0.71
Hex E0 89 D4 0 27 5 C 134 3A 47
Octal 340 211 324 0 47 5 14 464 72 107
Binary 11100000 10001001 11010100 0 100111 101 1100 100110100 111010 1000111

Color Harmonies of #E089D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E089D4

Black with #E089D4

Text Example


Text Example

White with #E089D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E089D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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