Html Css Color HEX #EF2E87 Deep Cerise

📋 copy color: '#EF2E87'

red 239 ◦ green 46 ◦ blue 135

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

Shades of Deep Cerise #EF2E87

Tints of Deep Cerise #EF2E87

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 56.9%
G = 10.95%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF2E87 (or 0xEF2E87) is known color: Deep Cerise. HEX triplet: EF, 2E and 87. RGB value is (239,46,135). Sum of RGB (Red+Green+Blue) = 239+46+135=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E87 is #10D178. Grayscale: #717171. Windows color (decimal): -1102201 or 8859375. OLE color: 8859375.

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

Color convert

RGB 239 46 135 -
CMYK 0 0.81 0.44 0.06
HSL 332.33º 0.86% 0.56% -
HSV(B) 332.33º 0.81% 0.94% -
XYZ 40.95 22.05 25.02 -
YUV 113.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 239 46 135 0 0.81 0.44 0.06 332.33 0.86 0.56
Hex EF 2E 87 0 51 2C 6 14C 56 38
Octal 357 56 207 0 121 54 6 514 126 70
Binary 11101111 101110 10000111 0 1010001 101100 110 101001100 1010110 111000

Color Harmonies of #EF2E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E87

Black with #EF2E87

Text Example


Text Example

White with #EF2E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E87; }

 p { color: rgb(239,46,135); }

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

background-color css

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

 a { background-color: rgb(239,46,135); }

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

border-color css

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

 span { border-color: rgb(239,46,135); }

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