Html Css Color HEX #EA288E Deep Cerise

📋 copy color: '#EA288E'

red 234 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #EA288E

Tints of Deep Cerise #EA288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 56.25%
G = 9.62%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA288E (or 0xEA288E) is known color: Deep Cerise. HEX triplet: EA, 28 and 8E. RGB value is (234,40,142). Sum of RGB (Red+Green+Blue) = 234+40+142=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA288E is #15D771. Grayscale: #6D6D6D. Windows color (decimal): -1431410 or 9316586. OLE color: 9316586.

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

Color convert

RGB 234 40 142 -
CMYK 0 0.83 0.39 0.08
HSL 328.45º 0.82% 0.54% -
HSV(B) 328.45º 0.83% 0.92% -
XYZ 39.57 20.96 27.55 -
YUV 109.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 234 40 142 0 0.83 0.39 0.08 328.45 0.82 0.54
Hex EA 28 8E 0 53 27 8 148 52 36
Octal 352 50 216 0 123 47 10 510 122 66
Binary 11101010 101000 10001110 0 1010011 100111 1000 101001000 1010010 110110

Color Harmonies of #EA288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA288E

Black with #EA288E

Text Example


Text Example

White with #EA288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA288E; }

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

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

background-color css

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

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

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

border-color css

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

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

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