Html Css Color HEX #EA3485 Deep Cerise

📋 copy color: '#EA3485'

red 234 ◦ green 52 ◦ blue 133

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

Shades of Deep Cerise #EA3485

Tints of Deep Cerise #EA3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

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

R = 55.85%
G = 12.41%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA3485 (or 0xEA3485) is known color: Deep Cerise. HEX triplet: EA, 34 and 85. RGB value is (234,52,133). Sum of RGB (Red+Green+Blue) = 234+52+133=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3485 is #15CB7A. Grayscale: #737373. Windows color (decimal): -1428347 or 8729834. OLE color: 8729834.

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

Color convert

RGB 234 52 133 -
CMYK 0 0.78 0.43 0.08
HSL 333.3º 0.81% 0.56% -
HSV(B) 333.3º 0.78% 0.92% -
XYZ 39.39 21.64 24.29 -
YUV 115.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 234 52 133 0 0.78 0.43 0.08 333.3 0.81 0.56
Hex EA 34 85 0 4E 2B 8 14D 51 38
Octal 352 64 205 0 116 53 10 515 121 70
Binary 11101010 110100 10000101 0 1001110 101011 1000 101001101 1010001 111000

Color Harmonies of #EA3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3485

Black with #EA3485

Text Example


Text Example

White with #EA3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3485; }

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

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

background-color css

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

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

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

border-color css

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

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

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