Html Css Color HEX #E088D0 Orchid

📋 copy color: '#E088D0'

red 224 ◦ green 136 ◦ blue 208

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

Shades of Orchid #E088D0

Tints of Orchid #E088D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 39.44%
G = 23.94%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E088D0 (or 0xE088D0) is known color: Orchid. HEX triplet: E0, 88 and D0. RGB value is (224,136,208). Sum of RGB (Red+Green+Blue) = 224+136+208=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E088D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088D0 is #1F772F. Grayscale: #AAAAAA. Windows color (decimal): -2062128 or 13666528. OLE color: 13666528.

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

Color convert

RGB 224 136 208 -
CMYK 0 0.39 0.07 0.12
HSL 310.91º 0.59% 0.71% -
HSV(B) 310.91º 0.39% 0.88% -
XYZ 50.93 38.01 64.33 -
YUV 170.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 224 136 208 0 0.39 0.07 0.12 310.91 0.59 0.71
Hex E0 88 D0 0 27 7 C 137 3B 47
Octal 340 210 320 0 47 7 14 467 73 107
Binary 11100000 10001000 11010000 0 100111 111 1100 100110111 111011 1000111

Color Harmonies of #E088D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088D0

Black with #E088D0

Text Example


Text Example

White with #E088D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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