Html Css Color HEX #EF2595 Persian Rose

📋 copy color: '#EF2595'

red 239 ◦ green 37 ◦ blue 149

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

Shades of Persian Rose #EF2595

Tints of Persian Rose #EF2595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 56.24%
G = 8.71%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF2595 (or 0xEF2595) is known color: Persian Rose. HEX triplet: EF, 25 and 95. RGB value is (239,37,149). Sum of RGB (Red+Green+Blue) = 239+37+149=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2595 is #10DA6A. Grayscale: #6D6D6D. Windows color (decimal): -1104491 or 9774575. OLE color: 9774575.

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

Color convert

RGB 239 37 149 -
CMYK 0 0.85 0.38 0.06
HSL 326.73º 0.86% 0.54% -
HSV(B) 326.73º 0.85% 0.94% -
XYZ 41.68 21.84 30.45 -
YUV 110.17 149.92 219.89 -
System Red Green Blue C M Y K H S L
Decimal 239 37 149 0 0.85 0.38 0.06 326.73 0.86 0.54
Hex EF 25 95 0 55 26 6 147 56 36
Octal 357 45 225 0 125 46 6 507 126 66
Binary 11101111 100101 10010101 0 1010101 100110 110 101000111 1010110 110110

Color Harmonies of #EF2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2595

Black with #EF2595

Text Example


Text Example

White with #EF2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2595; }

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

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

background-color css

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

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

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

border-color css

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

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

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