Html Css Color HEX #EA3280 Deep Cerise

📋 copy color: '#EA3280'

red 234 ◦ green 50 ◦ blue 128

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

Shades of Deep Cerise #EA3280

Tints of Deep Cerise #EA3280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 56.8%
G = 12.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA3280 (or 0xEA3280) is known color: Deep Cerise. HEX triplet: EA, 32 and 80. RGB value is (234,50,128). Sum of RGB (Red+Green+Blue) = 234+50+128=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3280 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3280 is #15CD7F. Grayscale: #717171. Windows color (decimal): -1428864 or 8401642. OLE color: 8401642.

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

Color convert

RGB 234 50 128 -
CMYK 0 0.79 0.45 0.08
HSL 334.57º 0.81% 0.56% -
HSV(B) 334.57º 0.79% 0.92% -
XYZ 38.97 21.33 22.49 -
YUV 113.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 234 50 128 0 0.79 0.45 0.08 334.57 0.81 0.56
Hex EA 32 80 0 4F 2D 8 14F 51 38
Octal 352 62 200 0 117 55 10 517 121 70
Binary 11101010 110010 10000000 0 1001111 101101 1000 101001111 1010001 111000

Color Harmonies of #EA3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3280

Black with #EA3280

Text Example


Text Example

White with #EA3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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