Html Css Color HEX #EF36AB Persian Rose

📋 copy color: '#EF36AB'

red 239 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #EF36AB

Tints of Persian Rose #EF36AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 51.51%
G = 11.64%
B = 36.85%

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

#EF36AB (or 0xEF36AB) is known color: Persian Rose. HEX triplet: EF, 36 and AB. RGB value is (239,54,171). Sum of RGB (Red+Green+Blue) = 239+54+171=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF36AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF36AB is #10C954. Grayscale: #7A7A7A. Windows color (decimal): -1100117 or 11220719. OLE color: 11220719.

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

Color convert

RGB 239 54 171 -
CMYK 0 0.77 0.28 0.06
HSL 322.05º 0.85% 0.57% -
HSV(B) 322.05º 0.77% 0.94% -
XYZ 44.27 23.93 40.81 -
YUV 122.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 239 54 171 0 0.77 0.28 0.06 322.05 0.85 0.57
Hex EF 36 AB 0 4D 1C 6 142 55 39
Octal 357 66 253 0 115 34 6 502 125 71
Binary 11101111 110110 10101011 0 1001101 11100 110 101000010 1010101 111001

Color Harmonies of #EF36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF36AB

Black with #EF36AB

Text Example


Text Example

White with #EF36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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