Html Css Color HEX #EF2592 Persian Rose

📋 copy color: '#EF2592'

red 239 ◦ green 37 ◦ blue 146

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

Shades of Persian Rose #EF2592

Tints of Persian Rose #EF2592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 56.64%
G = 8.77%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF2592 (or 0xEF2592) is known color: Persian Rose. HEX triplet: EF, 25 and 92. RGB value is (239,37,146). Sum of RGB (Red+Green+Blue) = 239+37+146=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2592 is #10DA6D. Grayscale: #6D6D6D. Windows color (decimal): -1104494 or 9577967. OLE color: 9577967.

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

Color convert

RGB 239 37 146 -
CMYK 0 0.85 0.39 0.06
HSL 327.62º 0.86% 0.54% -
HSV(B) 327.62º 0.85% 0.94% -
XYZ 41.45 21.75 29.21 -
YUV 109.82 148.42 220.14 -
System Red Green Blue C M Y K H S L
Decimal 239 37 146 0 0.85 0.39 0.06 327.62 0.86 0.54
Hex EF 25 92 0 55 27 6 148 56 36
Octal 357 45 222 0 125 47 6 510 126 66
Binary 11101111 100101 10010010 0 1010101 100111 110 101001000 1010110 110110

Color Harmonies of #EF2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2592

Black with #EF2592

Text Example


Text Example

White with #EF2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2592; }

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

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

background-color css

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

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

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

border-color css

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

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

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