Html Css Color HEX #EF2197 Persian Rose

📋 copy color: '#EF2197'

red 239 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #EF2197

Tints of Persian Rose #EF2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

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

R = 56.5%
G = 7.8%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF2197 (or 0xEF2197) is known color: Persian Rose. HEX triplet: EF, 21 and 97. RGB value is (239,33,151). Sum of RGB (Red+Green+Blue) = 239+33+151=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2197 is #10DE68. Grayscale: #6B6B6B. Windows color (decimal): -1105513 or 9904623. OLE color: 9904623.

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

Color convert

RGB 239 33 151 -
CMYK 0 0.86 0.37 0.06
HSL 325.63º 0.87% 0.53% -
HSV(B) 325.63º 0.86% 0.94% -
XYZ 41.73 21.67 31.26 -
YUV 108.05 152.25 221.41 -
System Red Green Blue C M Y K H S L
Decimal 239 33 151 0 0.86 0.37 0.06 325.63 0.87 0.53
Hex EF 21 97 0 56 25 6 146 57 35
Octal 357 41 227 0 126 45 6 506 127 65
Binary 11101111 100001 10010111 0 1010110 100101 110 101000110 1010111 110101

Color Harmonies of #EF2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2197

Black with #EF2197

Text Example


Text Example

White with #EF2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2197; }

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

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

background-color css

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

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

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

border-color css

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

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

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