Html Css Color HEX #EF2870 Cerise

📋 copy color: '#EF2870'

red 239 ◦ green 40 ◦ blue 112

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

Shades of Cerise #EF2870

Tints of Cerise #EF2870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 61.13%
G = 10.23%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF2870 (or 0xEF2870) is known color: Cerise. HEX triplet: EF, 28 and 70. RGB value is (239,40,112). Sum of RGB (Red+Green+Blue) = 239+40+112=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2870 is #10D78F. Grayscale: #6B6B6B. Windows color (decimal): -1103760 or 7350511. OLE color: 7350511.

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

Color convert

RGB 239 40 112 -
CMYK 0 0.83 0.53 0.06
HSL 338.29º 0.86% 0.55% -
HSV(B) 338.29º 0.83% 0.94% -
XYZ 39.28 21.04 17.32 -
YUV 107.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 239 40 112 0 0.83 0.53 0.06 338.29 0.86 0.55
Hex EF 28 70 0 53 35 6 152 56 37
Octal 357 50 160 0 123 65 6 522 126 67
Binary 11101111 101000 1110000 0 1010011 110101 110 101010010 1010110 110111

Color Harmonies of #EF2870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2870

Black with #EF2870

Text Example


Text Example

White with #EF2870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2870; }

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

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

background-color css

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

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

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

border-color css

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

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

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