Html Css Color HEX #EF219B Persian Rose

📋 copy color: '#EF219B'

red 239 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #EF219B

Tints of Persian Rose #EF219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 55.97%
G = 7.73%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF219B (or 0xEF219B) is known color: Persian Rose. HEX triplet: EF, 21 and 9B. RGB value is (239,33,155). Sum of RGB (Red+Green+Blue) = 239+33+155=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF219B is #10DE64. Grayscale: #6C6C6C. Windows color (decimal): -1105509 or 10166767. OLE color: 10166767.

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

Color convert

RGB 239 33 155 -
CMYK 0 0.86 0.35 0.06
HSL 324.47º 0.87% 0.53% -
HSV(B) 324.47º 0.86% 0.94% -
XYZ 42.06 21.8 33 -
YUV 108.5 154.25 221.08 -
System Red Green Blue C M Y K H S L
Decimal 239 33 155 0 0.86 0.35 0.06 324.47 0.87 0.53
Hex EF 21 9B 0 56 23 6 144 57 35
Octal 357 41 233 0 126 43 6 504 127 65
Binary 11101111 100001 10011011 0 1010110 100011 110 101000100 1010111 110101

Color Harmonies of #EF219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF219B

Black with #EF219B

Text Example


Text Example

White with #EF219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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