Html Css Color HEX #EF36AC Persian Rose

📋 copy color: '#EF36AC'

red 239 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #EF36AC

Tints of Persian Rose #EF36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.61%

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

R = 51.4%
G = 11.61%
B = 36.99%

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

#EF36AC (or 0xEF36AC) is known color: Persian Rose. HEX triplet: EF, 36 and AC. RGB value is (239,54,172). Sum of RGB (Red+Green+Blue) = 239+54+172=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF36AC is #10C953. Grayscale: #7A7A7A. Windows color (decimal): -1100116 or 11286255. OLE color: 11286255.

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

Color convert

RGB 239 54 172 -
CMYK 0 0.77 0.28 0.06
HSL 321.73º 0.85% 0.57% -
HSV(B) 321.73º 0.77% 0.94% -
XYZ 44.36 23.97 41.32 -
YUV 122.77 155.79 210.91 -
System Red Green Blue C M Y K H S L
Decimal 239 54 172 0 0.77 0.28 0.06 321.73 0.85 0.57
Hex EF 36 AC 0 4D 1C 6 142 55 39
Octal 357 66 254 0 115 34 6 502 125 71
Binary 11101111 110110 10101100 0 1001101 11100 110 101000010 1010101 111001

Color Harmonies of #EF36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF36AC

Black with #EF36AC

Text Example


Text Example

White with #EF36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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