Html Css Color HEX #EA288F Deep Cerise

📋 copy color: '#EA288F'

red 234 ◦ green 40 ◦ blue 143

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

Shades of Deep Cerise #EA288F

Tints of Deep Cerise #EA288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 56.12%
G = 9.59%
B = 34.29%

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

#EA288F (or 0xEA288F) is known color: Deep Cerise. HEX triplet: EA, 28 and 8F. RGB value is (234,40,143). Sum of RGB (Red+Green+Blue) = 234+40+143=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA288F is #15D770. Grayscale: #6D6D6D. Windows color (decimal): -1431409 or 9382122. OLE color: 9382122.

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

Color convert

RGB 234 40 143 -
CMYK 0 0.83 0.39 0.08
HSL 328.14º 0.82% 0.54% -
HSV(B) 328.14º 0.83% 0.92% -
XYZ 39.65 20.99 27.95 -
YUV 109.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 234 40 143 0 0.83 0.39 0.08 328.14 0.82 0.54
Hex EA 28 8F 0 53 27 8 148 52 36
Octal 352 50 217 0 123 47 10 510 122 66
Binary 11101010 101000 10001111 0 1010011 100111 1000 101001000 1010010 110110

Color Harmonies of #EA288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA288F

Black with #EA288F

Text Example


Text Example

White with #EA288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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