Html Css Color HEX #EE72D9 Orchid

📋 copy color: '#EE72D9'

red 238 ◦ green 114 ◦ blue 217

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

Shades of Orchid #EE72D9

Tints of Orchid #EE72D9

RGB

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

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

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

R = 41.83%
G = 20.04%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE72D9 (or 0xEE72D9) is known color: Orchid. HEX triplet: EE, 72 and D9. RGB value is (238,114,217). Sum of RGB (Red+Green+Blue) = 238+114+217=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72D9 is #118D26. Grayscale: #A2A2A2. Windows color (decimal): -1150247 or 14250734. OLE color: 14250734.

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

Color convert

RGB 238 114 217 -
CMYK 0 0.52 0.09 0.07
HSL 310.16º 0.78% 0.69% -
HSV(B) 310.16º 0.52% 0.93% -
XYZ 53.8 35.22 69.61 -
YUV 162.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 238 114 217 0 0.52 0.09 0.07 310.16 0.78 0.69
Hex EE 72 D9 0 34 9 7 136 4E 45
Octal 356 162 331 0 64 11 7 466 116 105
Binary 11101110 1110010 11011001 0 110100 1001 111 100110110 1001110 1000101

Color Harmonies of #EE72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72D9

Black with #EE72D9

Text Example


Text Example

White with #EE72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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