Html Css Color HEX #EE72BD Persian Pink

📋 copy color: '#EE72BD'

red 238 ◦ green 114 ◦ blue 189

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

Shades of Persian Pink #EE72BD

Tints of Persian Pink #EE72BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 43.99%
G = 21.07%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE72BD (or 0xEE72BD) is known color: Persian Pink. HEX triplet: EE, 72 and BD. RGB value is (238,114,189). Sum of RGB (Red+Green+Blue) = 238+114+189=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72BD is #118D42. Grayscale: #9F9F9F. Windows color (decimal): -1150275 or 12415726. OLE color: 12415726.

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

Color convert

RGB 238 114 189 -
CMYK 0 0.52 0.21 0.07
HSL 323.71º 0.78% 0.69% -
HSV(B) 323.71º 0.52% 0.93% -
XYZ 50.46 33.89 52.03 -
YUV 159.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 238 114 189 0 0.52 0.21 0.07 323.71 0.78 0.69
Hex EE 72 BD 0 34 15 7 144 4E 45
Octal 356 162 275 0 64 25 7 504 116 105
Binary 11101110 1110010 10111101 0 110100 10101 111 101000100 1001110 1000101

Color Harmonies of #EE72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72BD

Black with #EE72BD

Text Example


Text Example

White with #EE72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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