Html Css Color HEX #EA3482 Deep Cerise

📋 copy color: '#EA3482'

red 234 ◦ green 52 ◦ blue 130

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

Shades of Deep Cerise #EA3482

Tints of Deep Cerise #EA3482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 56.25%
G = 12.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA3482 (or 0xEA3482) is known color: Deep Cerise. HEX triplet: EA, 34 and 82. RGB value is (234,52,130). Sum of RGB (Red+Green+Blue) = 234+52+130=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3482 is #15CB7D. Grayscale: #737373. Windows color (decimal): -1428350 or 8533226. OLE color: 8533226.

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

Color convert

RGB 234 52 130 -
CMYK 0 0.78 0.44 0.08
HSL 334.29º 0.81% 0.56% -
HSV(B) 334.29º 0.78% 0.92% -
XYZ 39.19 21.56 23.22 -
YUV 115.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 234 52 130 0 0.78 0.44 0.08 334.29 0.81 0.56
Hex EA 34 82 0 4E 2C 8 14E 51 38
Octal 352 64 202 0 116 54 10 516 121 70
Binary 11101010 110100 10000010 0 1001110 101100 1000 101001110 1010001 111000

Color Harmonies of #EA3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3482

Black with #EA3482

Text Example


Text Example

White with #EA3482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3482; }

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

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

background-color css

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

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

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

border-color css

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

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

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