Html Css Color HEX #EF72C0 Persian Pink

📋 copy color: '#EF72C0'

red 239 ◦ green 114 ◦ blue 192

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

Shades of Persian Pink #EF72C0

Tints of Persian Pink #EF72C0

RGB

 RED value IS 239 (93.75% from 255) = 43.85%

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 43.85%
G = 20.92%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF72C0 (or 0xEF72C0) is known color: Persian Pink. HEX triplet: EF, 72 and C0. RGB value is (239,114,192). Sum of RGB (Red+Green+Blue) = 239+114+192=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72C0 is #108D3F. Grayscale: #A0A0A0. Windows color (decimal): -1084736 or 12612335. OLE color: 12612335.

HSL color Cylindrical-coordinate representation of color #EF72C0: hue angle of 322.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72C0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 192 -
CMYK 0 0.52 0.20 0.06
HSL 322.56º 0.8% 0.69% -
HSV(B) 322.56º 0.52% 0.94% -
XYZ 51.13 34.19 53.77 -
YUV 160.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 239 114 192 0 0.52 0.20 0.06 322.56 0.8 0.69
Hex EF 72 C0 0 34 14 6 143 50 45
Octal 357 162 300 0 64 24 6 503 120 105
Binary 11101111 1110010 11000000 0 110100 10100 110 101000011 1010000 1000101

Color Harmonies of #EF72C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF72C0

Black with #EF72C0

Text Example


Text Example

White with #EF72C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF72C0; }

 p { color: rgb(239,114,192); }

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

background-color css

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

 a { background-color: rgb(239,114,192); }

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

border-color css

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

 span { border-color: rgb(239,114,192); }

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