Html Css Color HEX #E088D9 Orchid

📋 copy color: '#E088D9'

red 224 ◦ green 136 ◦ blue 217

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

Shades of Orchid #E088D9

Tints of Orchid #E088D9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.57%

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 38.82%
G = 23.57%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E088D9 (or 0xE088D9) is known color: Orchid. HEX triplet: E0, 88 and D9. RGB value is (224,136,217). Sum of RGB (Red+Green+Blue) = 224+136+217=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E088D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088D9 is #1F7726. Grayscale: #ABABAB. Windows color (decimal): -2062119 or 14256352. OLE color: 14256352.

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

Color convert

RGB 224 136 217 -
CMYK 0 0.39 0.03 0.12
HSL 304.77º 0.59% 0.71% -
HSV(B) 304.77º 0.39% 0.88% -
XYZ 52.07 38.47 70.33 -
YUV 171.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 224 136 217 0 0.39 0.03 0.12 304.77 0.59 0.71
Hex E0 88 D9 0 27 3 C 131 3B 47
Octal 340 210 331 0 47 3 14 461 73 107
Binary 11100000 10001000 11011001 0 100111 11 1100 100110001 111011 1000111

Color Harmonies of #E088D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088D9

Black with #E088D9

Text Example


Text Example

White with #E088D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088D9; }

 p { color: rgb(224,136,217); }

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

background-color css

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

 a { background-color: rgb(224,136,217); }

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

border-color css

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

 span { border-color: rgb(224,136,217); }

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