Html Css Color HEX #EF39AC Persian Rose

📋 copy color: '#EF39AC'

red 239 ◦ green 57 ◦ blue 172

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

Shades of Persian Rose #EF39AC

Tints of Persian Rose #EF39AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.18%

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

R = 51.07%
G = 12.18%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF39AC (or 0xEF39AC) is known color: Persian Rose. HEX triplet: EF, 39 and AC. RGB value is (239,57,172). Sum of RGB (Red+Green+Blue) = 239+57+172=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF39AC is #10C653. Grayscale: #7C7C7C. Windows color (decimal): -1099348 or 11287023. OLE color: 11287023.

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

Color convert

RGB 239 57 172 -
CMYK 0 0.76 0.28 0.06
HSL 322.09º 0.85% 0.58% -
HSV(B) 322.09º 0.76% 0.94% -
XYZ 44.51 24.26 41.37 -
YUV 124.53 154.8 209.65 -
System Red Green Blue C M Y K H S L
Decimal 239 57 172 0 0.76 0.28 0.06 322.09 0.85 0.58
Hex EF 39 AC 0 4C 1C 6 142 55 3A
Octal 357 71 254 0 114 34 6 502 125 72
Binary 11101111 111001 10101100 0 1001100 11100 110 101000010 1010101 111010

Color Harmonies of #EF39AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF39AC

Black with #EF39AC

Text Example


Text Example

White with #EF39AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF39AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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