Html Css Color HEX #EA3282 Deep Cerise

📋 copy color: '#EA3282'

red 234 ◦ green 50 ◦ blue 130

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

Shades of Deep Cerise #EA3282

Tints of Deep Cerise #EA3282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.08%

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

R = 56.52%
G = 12.08%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA3282 (or 0xEA3282) is known color: Deep Cerise. HEX triplet: EA, 32 and 82. RGB value is (234,50,130). Sum of RGB (Red+Green+Blue) = 234+50+130=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3282 is #15CD7D. Grayscale: #727272. Windows color (decimal): -1428862 or 8532714. OLE color: 8532714.

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

Color convert

RGB 234 50 130 -
CMYK 0 0.79 0.44 0.08
HSL 333.91º 0.81% 0.56% -
HSV(B) 333.91º 0.79% 0.92% -
XYZ 39.1 21.39 23.19 -
YUV 114.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 234 50 130 0 0.79 0.44 0.08 333.91 0.81 0.56
Hex EA 32 82 0 4F 2C 8 14E 51 38
Octal 352 62 202 0 117 54 10 516 121 70
Binary 11101010 110010 10000010 0 1001111 101100 1000 101001110 1010001 111000

Color Harmonies of #EA3282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3282

Black with #EA3282

Text Example


Text Example

White with #EA3282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3282; }

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

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

background-color css

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

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

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

border-color css

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

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

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