Html Css Color HEX #EA2385 Deep Cerise

📋 copy color: '#EA2385'

red 234 ◦ green 35 ◦ blue 133

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

Shades of Deep Cerise #EA2385

Tints of Deep Cerise #EA2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

 BLUE value IS 133 (52.34% from 255) = 33.08%

R = 58.21%
G = 8.71%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA2385 (or 0xEA2385) is known color: Deep Cerise. HEX triplet: EA, 23 and 85. RGB value is (234,35,133). Sum of RGB (Red+Green+Blue) = 234+35+133=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2385 is #15DC7A. Grayscale: #696969. Windows color (decimal): -1432699 or 8725482. OLE color: 8725482.

HSL color Cylindrical-coordinate representation of color #EA2385: hue angle of 330.45º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2385 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 35 133 -
CMYK 0 0.85 0.43 0.08
HSL 330.45º 0.83% 0.53% -
HSV(B) 330.45º 0.85% 0.92% -
XYZ 38.77 20.39 24.08 -
YUV 105.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 234 35 133 0 0.85 0.43 0.08 330.45 0.83 0.53
Hex EA 23 85 0 55 2B 8 14A 53 35
Octal 352 43 205 0 125 53 10 512 123 65
Binary 11101010 100011 10000101 0 1010101 101011 1000 101001010 1010011 110101

Color Harmonies of #EA2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2385

Black with #EA2385

Text Example


Text Example

White with #EA2385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2385; }

 p { color: rgb(234,35,133); }

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

background-color css

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

 a { background-color: rgb(234,35,133); }

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

border-color css

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

 span { border-color: rgb(234,35,133); }

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