Html Css Color HEX #EA288A Deep Cerise

📋 copy color: '#EA288A'

red 234 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #EA288A

Tints of Deep Cerise #EA288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 56.8%
G = 9.71%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA288A (or 0xEA288A) is known color: Deep Cerise. HEX triplet: EA, 28 and 8A. RGB value is (234,40,138). Sum of RGB (Red+Green+Blue) = 234+40+138=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA288A is #15D775. Grayscale: #6C6C6C. Windows color (decimal): -1431414 or 9054442. OLE color: 9054442.

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

Color convert

RGB 234 40 138 -
CMYK 0 0.83 0.41 0.08
HSL 329.69º 0.82% 0.54% -
HSV(B) 329.69º 0.83% 0.92% -
XYZ 39.28 20.84 26 -
YUV 109.18 144.27 217.03 -
System Red Green Blue C M Y K H S L
Decimal 234 40 138 0 0.83 0.41 0.08 329.69 0.82 0.54
Hex EA 28 8A 0 53 29 8 14A 52 36
Octal 352 50 212 0 123 51 10 512 122 66
Binary 11101010 101000 10001010 0 1010011 101001 1000 101001010 1010010 110110

Color Harmonies of #EA288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA288A

Black with #EA288A

Text Example


Text Example

White with #EA288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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