Html Css Color HEX #EF2596 Persian Rose

📋 copy color: '#EF2596'

red 239 ◦ green 37 ◦ blue 150

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

Shades of Persian Rose #EF2596

Tints of Persian Rose #EF2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.69%

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

R = 56.1%
G = 8.69%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF2596 (or 0xEF2596) is known color: Persian Rose. HEX triplet: EF, 25 and 96. RGB value is (239,37,150). Sum of RGB (Red+Green+Blue) = 239+37+150=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2596 is #10DA69. Grayscale: #6E6E6E. Windows color (decimal): -1104490 or 9840111. OLE color: 9840111.

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

Color convert

RGB 239 37 150 -
CMYK 0 0.85 0.37 0.06
HSL 326.44º 0.86% 0.54% -
HSV(B) 326.44º 0.85% 0.94% -
XYZ 41.76 21.88 30.88 -
YUV 110.28 150.42 219.81 -
System Red Green Blue C M Y K H S L
Decimal 239 37 150 0 0.85 0.37 0.06 326.44 0.86 0.54
Hex EF 25 96 0 55 25 6 146 56 36
Octal 357 45 226 0 125 45 6 506 126 66
Binary 11101111 100101 10010110 0 1010101 100101 110 101000110 1010110 110110

Color Harmonies of #EF2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2596

Black with #EF2596

Text Example


Text Example

White with #EF2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2596; }

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

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

background-color css

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

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

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

border-color css

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

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

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