Html Css Color HEX #EE72DC Orchid

📋 copy color: '#EE72DC'

red 238 ◦ green 114 ◦ blue 220

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

Shades of Orchid #EE72DC

Tints of Orchid #EE72DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 41.61%
G = 19.93%
B = 38.46%

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

#EE72DC (or 0xEE72DC) is known color: Orchid. HEX triplet: EE, 72 and DC. RGB value is (238,114,220). Sum of RGB (Red+Green+Blue) = 238+114+220=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72DC is #118D23. Grayscale: #A2A2A2. Windows color (decimal): -1150244 or 14447342. OLE color: 14447342.

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

Color convert

RGB 238 114 220 -
CMYK 0 0.52 0.08 0.07
HSL 308.71º 0.78% 0.69% -
HSV(B) 308.71º 0.52% 0.93% -
XYZ 54.2 35.38 71.68 -
YUV 163.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 238 114 220 0 0.52 0.08 0.07 308.71 0.78 0.69
Hex EE 72 DC 0 34 8 7 135 4E 45
Octal 356 162 334 0 64 10 7 465 116 105
Binary 11101110 1110010 11011100 0 110100 1000 111 100110101 1001110 1000101

Color Harmonies of #EE72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72DC

Black with #EE72DC

Text Example


Text Example

White with #EE72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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