Html Css Color HEX #EF219F Persian Rose

📋 copy color: '#EF219F'

red 239 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #EF219F

Tints of Persian Rose #EF219F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 55.45%
G = 7.66%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF219F (or 0xEF219F) is known color: Persian Rose. HEX triplet: EF, 21 and 9F. RGB value is (239,33,159). Sum of RGB (Red+Green+Blue) = 239+33+159=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF219F is #10DE60. Grayscale: #6C6C6C. Windows color (decimal): -1105505 or 10428911. OLE color: 10428911.

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

Color convert

RGB 239 33 159 -
CMYK 0 0.86 0.33 0.06
HSL 323.3º 0.87% 0.53% -
HSV(B) 323.3º 0.86% 0.94% -
XYZ 42.4 21.94 34.8 -
YUV 108.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 239 33 159 0 0.86 0.33 0.06 323.3 0.87 0.53
Hex EF 21 9F 0 56 21 6 143 57 35
Octal 357 41 237 0 126 41 6 503 127 65
Binary 11101111 100001 10011111 0 1010110 100001 110 101000011 1010111 110101

Color Harmonies of #EF219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF219F

Black with #EF219F

Text Example


Text Example

White with #EF219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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