Html Css Color HEX #EF32AC Persian Rose

📋 copy color: '#EF32AC'

red 239 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #EF32AC

Tints of Persian Rose #EF32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 51.84%
G = 10.85%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF32AC (or 0xEF32AC) is known color: Persian Rose. HEX triplet: EF, 32 and AC. RGB value is (239,50,172). Sum of RGB (Red+Green+Blue) = 239+50+172=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF32AC is #10CD53. Grayscale: #787878. Windows color (decimal): -1101140 or 11285231. OLE color: 11285231.

HSL color Cylindrical-coordinate representation of color #EF32AC: hue angle of 321.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF32AC is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 172 -
CMYK 0 0.79 0.28 0.06
HSL 321.27º 0.86% 0.57% -
HSV(B) 321.27º 0.79% 0.94% -
XYZ 44.18 23.61 41.26 -
YUV 120.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 239 50 172 0 0.79 0.28 0.06 321.27 0.86 0.57
Hex EF 32 AC 0 4F 1C 6 141 56 39
Octal 357 62 254 0 117 34 6 501 126 71
Binary 11101111 110010 10101100 0 1001111 11100 110 101000001 1010110 111001

Color Harmonies of #EF32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32AC

Black with #EF32AC

Text Example


Text Example

White with #EF32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32AC; }

 p { color: rgb(239,50,172); }

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

background-color css

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

 a { background-color: rgb(239,50,172); }

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

border-color css

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

 span { border-color: rgb(239,50,172); }

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