Html Css Color HEX #EF2875 Cerise

📋 copy color: '#EF2875'

red 239 ◦ green 40 ◦ blue 117

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

Shades of Cerise #EF2875

Tints of Cerise #EF2875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.1%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 60.35%
G = 10.1%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF2875 (or 0xEF2875) is known color: Cerise. HEX triplet: EF, 28 and 75. RGB value is (239,40,117). Sum of RGB (Red+Green+Blue) = 239+40+117=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2875 is #10D78A. Grayscale: #6C6C6C. Windows color (decimal): -1103755 or 7678191. OLE color: 7678191.

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

Color convert

RGB 239 40 117 -
CMYK 0 0.83 0.51 0.06
HSL 336.78º 0.86% 0.55% -
HSV(B) 336.78º 0.83% 0.94% -
XYZ 39.57 21.15 18.83 -
YUV 108.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 239 40 117 0 0.83 0.51 0.06 336.78 0.86 0.55
Hex EF 28 75 0 53 33 6 151 56 37
Octal 357 50 165 0 123 63 6 521 126 67
Binary 11101111 101000 1110101 0 1010011 110011 110 101010001 1010110 110111

Color Harmonies of #EF2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2875

Black with #EF2875

Text Example


Text Example

White with #EF2875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2875; }

 p { color: rgb(239,40,117); }

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

background-color css

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

 a { background-color: rgb(239,40,117); }

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

border-color css

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

 span { border-color: rgb(239,40,117); }

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