Html Css Color HEX #EA2874 Cerise

📋 copy color: '#EA2874'

red 234 ◦ green 40 ◦ blue 116

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

Shades of Cerise #EA2874

Tints of Cerise #EA2874

RGB

 RED value IS 234 (91.8% from 255) = 60%

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

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 60%
G = 10.26%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA2874 (or 0xEA2874) is known color: Cerise. HEX triplet: EA, 28 and 74. RGB value is (234,40,116). Sum of RGB (Red+Green+Blue) = 234+40+116=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2874 is #15D78B. Grayscale: #6A6A6A. Windows color (decimal): -1431436 or 7612650. OLE color: 7612650.

HSL color Cylindrical-coordinate representation of color #EA2874: hue angle of 336.49º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2874 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 116 -
CMYK 0 0.83 0.50 0.08
HSL 336.49º 0.82% 0.54% -
HSV(B) 336.49º 0.83% 0.92% -
XYZ 37.84 20.27 18.44 -
YUV 106.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 234 40 116 0 0.83 0.50 0.08 336.49 0.82 0.54
Hex EA 28 74 0 53 32 8 150 52 36
Octal 352 50 164 0 123 62 10 520 122 66
Binary 11101010 101000 1110100 0 1010011 110010 1000 101010000 1010010 110110

Color Harmonies of #EA2874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2874

Black with #EA2874

Text Example


Text Example

White with #EA2874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2874; }

 p { color: rgb(234,40,116); }

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

background-color css

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

 a { background-color: rgb(234,40,116); }

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

border-color css

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

 span { border-color: rgb(234,40,116); }

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