Html Css Color HEX #EF33AC Persian Rose

📋 copy color: '#EF33AC'

red 239 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #EF33AC

Tints of Persian Rose #EF33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.04%

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

R = 51.73%
G = 11.04%
B = 37.23%

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

#EF33AC (or 0xEF33AC) is known color: Persian Rose. HEX triplet: EF, 33 and AC. RGB value is (239,51,172). Sum of RGB (Red+Green+Blue) = 239+51+172=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF33AC is #10CC53. Grayscale: #787878. Windows color (decimal): -1100884 or 11285487. OLE color: 11285487.

HSL color Cylindrical-coordinate representation of color #EF33AC: hue angle of 321.38º degrees, saturation: 0.85, 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 #EF33AC is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 172 -
CMYK 0 0.79 0.28 0.06
HSL 321.38º 0.85% 0.57% -
HSV(B) 321.38º 0.79% 0.94% -
XYZ 44.23 23.7 41.27 -
YUV 121.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 239 51 172 0 0.79 0.28 0.06 321.38 0.85 0.57
Hex EF 33 AC 0 4F 1C 6 141 55 39
Octal 357 63 254 0 117 34 6 501 125 71
Binary 11101111 110011 10101100 0 1001111 11100 110 101000001 1010101 111001

Color Harmonies of #EF33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33AC

Black with #EF33AC

Text Example


Text Example

White with #EF33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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