Html Css Color HEX #EE72BC Persian Pink

📋 copy color: '#EE72BC'

red 238 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #EE72BC

Tints of Persian Pink #EE72BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 44.07%
G = 21.11%
B = 34.81%

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

#EE72BC (or 0xEE72BC) is known color: Persian Pink. HEX triplet: EE, 72 and BC. RGB value is (238,114,188). Sum of RGB (Red+Green+Blue) = 238+114+188=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72BC is #118D43. Grayscale: #9F9F9F. Windows color (decimal): -1150276 or 12350190. OLE color: 12350190.

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

Color convert

RGB 238 114 188 -
CMYK 0 0.52 0.21 0.07
HSL 324.19º 0.78% 0.69% -
HSV(B) 324.19º 0.52% 0.93% -
XYZ 50.35 33.84 51.46 -
YUV 159.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 238 114 188 0 0.52 0.21 0.07 324.19 0.78 0.69
Hex EE 72 BC 0 34 15 7 144 4E 45
Octal 356 162 274 0 64 25 7 504 116 105
Binary 11101110 1110010 10111100 0 110100 10101 111 101000100 1001110 1000101

Color Harmonies of #EE72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72BC

Black with #EE72BC

Text Example


Text Example

White with #EE72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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