Html Css Color HEX #EF37AA Persian Rose

📋 copy color: '#EF37AA'

red 239 ◦ green 55 ◦ blue 170

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

Shades of Persian Rose #EF37AA

Tints of Persian Rose #EF37AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.64%

R = 51.51%
G = 11.85%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF37AA (or 0xEF37AA) is known color: Persian Rose. HEX triplet: EF, 37 and AA. RGB value is (239,55,170). Sum of RGB (Red+Green+Blue) = 239+55+170=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF37AA is #10C855. Grayscale: #7A7A7A. Windows color (decimal): -1099862 or 11155439. OLE color: 11155439.

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

Color convert

RGB 239 55 170 -
CMYK 0 0.77 0.29 0.06
HSL 322.5º 0.85% 0.58% -
HSV(B) 322.5º 0.77% 0.94% -
XYZ 44.22 23.99 40.33 -
YUV 123.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 239 55 170 0 0.77 0.29 0.06 322.5 0.85 0.58
Hex EF 37 AA 0 4D 1D 6 142 55 3A
Octal 357 67 252 0 115 35 6 502 125 72
Binary 11101111 110111 10101010 0 1001101 11101 110 101000010 1010101 111010

Color Harmonies of #EF37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF37AA

Black with #EF37AA

Text Example


Text Example

White with #EF37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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