Html Css Color HEX #EA287D Deep Cerise

📋 copy color: '#EA287D'

red 234 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #EA287D

Tints of Deep Cerise #EA287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 58.65%
G = 10.03%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA287D (or 0xEA287D) is known color: Deep Cerise. HEX triplet: EA, 28 and 7D. RGB value is (234,40,125). Sum of RGB (Red+Green+Blue) = 234+40+125=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA287D is #15D782. Grayscale: #6B6B6B. Windows color (decimal): -1431427 or 8202474. OLE color: 8202474.

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

Color convert

RGB 234 40 125 -
CMYK 0 0.83 0.47 0.08
HSL 333.71º 0.82% 0.54% -
HSV(B) 333.71º 0.83% 0.92% -
XYZ 38.39 20.49 21.33 -
YUV 107.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 234 40 125 0 0.83 0.47 0.08 333.71 0.82 0.54
Hex EA 28 7D 0 53 2F 8 14E 52 36
Octal 352 50 175 0 123 57 10 516 122 66
Binary 11101010 101000 1111101 0 1010011 101111 1000 101001110 1010010 110110

Color Harmonies of #EA287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA287D

Black with #EA287D

Text Example


Text Example

White with #EA287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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