Html Css Color HEX #EA278C Deep Cerise

📋 copy color: '#EA278C'

red 234 ◦ green 39 ◦ blue 140

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

Shades of Deep Cerise #EA278C

Tints of Deep Cerise #EA278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 56.66%
G = 9.44%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA278C (or 0xEA278C) is known color: Deep Cerise. HEX triplet: EA, 27 and 8C. RGB value is (234,39,140). Sum of RGB (Red+Green+Blue) = 234+39+140=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA278C is #15D873. Grayscale: #6C6C6C. Windows color (decimal): -1431668 or 9185258. OLE color: 9185258.

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

Color convert

RGB 234 39 140 -
CMYK 0 0.83 0.40 0.08
HSL 328.92º 0.82% 0.54% -
HSV(B) 328.92º 0.83% 0.92% -
XYZ 39.39 20.84 26.76 -
YUV 108.82 145.6 217.29 -
System Red Green Blue C M Y K H S L
Decimal 234 39 140 0 0.83 0.40 0.08 328.92 0.82 0.54
Hex EA 27 8C 0 53 28 8 149 52 36
Octal 352 47 214 0 123 50 10 511 122 66
Binary 11101010 100111 10001100 0 1010011 101000 1000 101001001 1010010 110110

Color Harmonies of #EA278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA278C

Black with #EA278C

Text Example


Text Example

White with #EA278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA278C; }

 p { color: rgb(234,39,140); }

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

background-color css

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

 a { background-color: rgb(234,39,140); }

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

border-color css

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

 span { border-color: rgb(234,39,140); }

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