Html Css Color HEX #EF2896 Persian Rose

📋 copy color: '#EF2896'

red 239 ◦ green 40 ◦ blue 150

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

Shades of Persian Rose #EF2896

Tints of Persian Rose #EF2896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.32%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 55.71%
G = 9.32%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF2896 (or 0xEF2896) is known color: Persian Rose. HEX triplet: EF, 28 and 96. RGB value is (239,40,150). Sum of RGB (Red+Green+Blue) = 239+40+150=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2896 is #10D769. Grayscale: #6F6F6F. Windows color (decimal): -1103722 or 9840879. OLE color: 9840879.

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

Color convert

RGB 239 40 150 -
CMYK 0 0.83 0.37 0.06
HSL 326.83º 0.86% 0.55% -
HSV(B) 326.83º 0.83% 0.94% -
XYZ 41.86 22.07 30.91 -
YUV 112.04 149.43 218.56 -
System Red Green Blue C M Y K H S L
Decimal 239 40 150 0 0.83 0.37 0.06 326.83 0.86 0.55
Hex EF 28 96 0 53 25 6 147 56 37
Octal 357 50 226 0 123 45 6 507 126 67
Binary 11101111 101000 10010110 0 1010011 100101 110 101000111 1010110 110111

Color Harmonies of #EF2896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2896

Black with #EF2896

Text Example


Text Example

White with #EF2896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2896; }

 p { color: rgb(239,40,150); }

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

background-color css

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

 a { background-color: rgb(239,40,150); }

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

border-color css

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

 span { border-color: rgb(239,40,150); }

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