Html Css Color HEX #EF2D76 Cerise

📋 copy color: '#EF2D76'

red 239 ◦ green 45 ◦ blue 118

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

Shades of Cerise #EF2D76

Tints of Cerise #EF2D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 59.45%
G = 11.19%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF2D76 (or 0xEF2D76) is known color: Cerise. HEX triplet: EF, 2D and 76. RGB value is (239,45,118). Sum of RGB (Red+Green+Blue) = 239+45+118=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D76 is #10D289. Grayscale: #6F6F6F. Windows color (decimal): -1102474 or 7745007. OLE color: 7745007.

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

Color convert

RGB 239 45 118 -
CMYK 0 0.81 0.51 0.06
HSL 337.42º 0.86% 0.56% -
HSV(B) 337.42º 0.81% 0.94% -
XYZ 39.81 21.54 19.2 -
YUV 111.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 239 45 118 0 0.81 0.51 0.06 337.42 0.86 0.56
Hex EF 2D 76 0 51 33 6 151 56 38
Octal 357 55 166 0 121 63 6 521 126 70
Binary 11101111 101101 1110110 0 1010001 110011 110 101010001 1010110 111000

Color Harmonies of #EF2D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D76

Black with #EF2D76

Text Example


Text Example

White with #EF2D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D76; }

 p { color: rgb(239,45,118); }

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

background-color css

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

 a { background-color: rgb(239,45,118); }

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

border-color css

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

 span { border-color: rgb(239,45,118); }

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