Html Css Color HEX #EF2A97 Persian Rose

📋 copy color: '#EF2A97'

red 239 ◦ green 42 ◦ blue 151

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

Shades of Persian Rose #EF2A97

Tints of Persian Rose #EF2A97

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.72%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 55.32%
G = 9.72%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF2A97 (or 0xEF2A97) is known color: Persian Rose. HEX triplet: EF, 2A and 97. RGB value is (239,42,151). Sum of RGB (Red+Green+Blue) = 239+42+151=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2A97 is #10D568. Grayscale: #717171. Windows color (decimal): -1103209 or 9906927. OLE color: 9906927.

HSL color Cylindrical-coordinate representation of color #EF2A97: hue angle of 326.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A97 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 151 -
CMYK 0 0.82 0.37 0.06
HSL 326.8º 0.86% 0.55% -
HSV(B) 326.8º 0.82% 0.94% -
XYZ 42.01 22.24 31.36 -
YUV 113.33 149.27 217.64 -
System Red Green Blue C M Y K H S L
Decimal 239 42 151 0 0.82 0.37 0.06 326.8 0.86 0.55
Hex EF 2A 97 0 52 25 6 147 56 37
Octal 357 52 227 0 122 45 6 507 126 67
Binary 11101111 101010 10010111 0 1010010 100101 110 101000111 1010110 110111

Color Harmonies of #EF2A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A97

Black with #EF2A97

Text Example


Text Example

White with #EF2A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A97; }

 p { color: rgb(239,42,151); }

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

background-color css

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

 a { background-color: rgb(239,42,151); }

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

border-color css

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

 span { border-color: rgb(239,42,151); }

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