Html Css Color HEX #EE72DA Orchid

📋 copy color: '#EE72DA'

red 238 ◦ green 114 ◦ blue 218

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

Shades of Orchid #EE72DA

Tints of Orchid #EE72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 41.75%
G = 20%
B = 38.25%

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

#EE72DA (or 0xEE72DA) is known color: Orchid. HEX triplet: EE, 72 and DA. RGB value is (238,114,218). Sum of RGB (Red+Green+Blue) = 238+114+218=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72DA is #118D25. Grayscale: #A2A2A2. Windows color (decimal): -1150246 or 14316270. OLE color: 14316270.

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

Color convert

RGB 238 114 218 -
CMYK 0 0.52 0.08 0.07
HSL 309.68º 0.78% 0.69% -
HSV(B) 309.68º 0.52% 0.93% -
XYZ 53.93 35.27 70.3 -
YUV 162.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 238 114 218 0 0.52 0.08 0.07 309.68 0.78 0.69
Hex EE 72 DA 0 34 8 7 136 4E 45
Octal 356 162 332 0 64 10 7 466 116 105
Binary 11101110 1110010 11011010 0 110100 1000 111 100110110 1001110 1000101

Color Harmonies of #EE72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72DA

Black with #EE72DA

Text Example


Text Example

White with #EE72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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