Html Css Color HEX #EE72DB Orchid

📋 copy color: '#EE72DB'

red 238 ◦ green 114 ◦ blue 219

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

Shades of Orchid #EE72DB

Tints of Orchid #EE72DB

RGB

 RED value IS 238 (93.36% from 255) = 41.68%

 GREEN value IS 114 (44.92% from 255) = 19.96%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 41.68%
G = 19.96%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE72DB (or 0xEE72DB) is known color: Orchid. HEX triplet: EE, 72 and DB. RGB value is (238,114,219). Sum of RGB (Red+Green+Blue) = 238+114+219=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72DB is #118D24. Grayscale: #A2A2A2. Windows color (decimal): -1150245 or 14381806. OLE color: 14381806.

HSL color Cylindrical-coordinate representation of color #EE72DB: hue angle of 309.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72DB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 219 -
CMYK 0 0.52 0.08 0.07
HSL 309.19º 0.78% 0.69% -
HSV(B) 309.19º 0.52% 0.93% -
XYZ 54.06 35.33 70.99 -
YUV 163.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 238 114 219 0 0.52 0.08 0.07 309.19 0.78 0.69
Hex EE 72 DB 0 34 8 7 135 4E 45
Octal 356 162 333 0 64 10 7 465 116 105
Binary 11101110 1110010 11011011 0 110100 1000 111 100110101 1001110 1000101

Color Harmonies of #EE72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72DB

Black with #EE72DB

Text Example


Text Example

White with #EE72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72DB; }

 p { color: rgb(238,114,219); }

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

background-color css

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

 a { background-color: rgb(238,114,219); }

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

border-color css

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

 span { border-color: rgb(238,114,219); }

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