Html Css Color HEX #EA2785 Deep Cerise

📋 copy color: '#EA2785'

red 234 ◦ green 39 ◦ blue 133

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

Shades of Deep Cerise #EA2785

Tints of Deep Cerise #EA2785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

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

R = 57.64%
G = 9.61%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA2785 (or 0xEA2785) is known color: Deep Cerise. HEX triplet: EA, 27 and 85. RGB value is (234,39,133). Sum of RGB (Red+Green+Blue) = 234+39+133=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2785 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2785 is #15D87A. Grayscale: #6B6B6B. Windows color (decimal): -1431675 or 8726506. OLE color: 8726506.

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

Color convert

RGB 234 39 133 -
CMYK 0 0.83 0.43 0.08
HSL 331.08º 0.82% 0.54% -
HSV(B) 331.08º 0.83% 0.92% -
XYZ 38.89 20.64 24.12 -
YUV 108.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 234 39 133 0 0.83 0.43 0.08 331.08 0.82 0.54
Hex EA 27 85 0 53 2B 8 14B 52 36
Octal 352 47 205 0 123 53 10 513 122 66
Binary 11101010 100111 10000101 0 1010011 101011 1000 101001011 1010010 110110

Color Harmonies of #EA2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2785

Black with #EA2785

Text Example


Text Example

White with #EA2785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2785; }

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

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

background-color css

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

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

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

border-color css

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

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

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