Html Css Color HEX #EF37AC Persian Rose

📋 copy color: '#EF37AC'

red 239 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #EF37AC

Tints of Persian Rose #EF37AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

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

R = 51.29%
G = 11.8%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF37AC (or 0xEF37AC) is known color: Persian Rose. HEX triplet: EF, 37 and AC. RGB value is (239,55,172). Sum of RGB (Red+Green+Blue) = 239+55+172=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF37AC is #10C853. Grayscale: #7B7B7B. Windows color (decimal): -1099860 or 11286511. OLE color: 11286511.

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

Color convert

RGB 239 55 172 -
CMYK 0 0.77 0.28 0.06
HSL 321.85º 0.85% 0.58% -
HSV(B) 321.85º 0.77% 0.94% -
XYZ 44.41 24.06 41.33 -
YUV 123.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 239 55 172 0 0.77 0.28 0.06 321.85 0.85 0.58
Hex EF 37 AC 0 4D 1C 6 142 55 3A
Octal 357 67 254 0 115 34 6 502 125 72
Binary 11101111 110111 10101100 0 1001101 11100 110 101000010 1010101 111010

Color Harmonies of #EF37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF37AC

Black with #EF37AC

Text Example


Text Example

White with #EF37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF37AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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