Html Css Color HEX #EA3680 Deep Cerise

📋 copy color: '#EA3680'

red 234 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #EA3680

Tints of Deep Cerise #EA3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.98%

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

R = 56.25%
G = 12.98%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA3680 (or 0xEA3680) is known color: Deep Cerise. HEX triplet: EA, 36 and 80. RGB value is (234,54,128). Sum of RGB (Red+Green+Blue) = 234+54+128=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3680 is #15C97F. Grayscale: #747474. Windows color (decimal): -1427840 or 8402666. OLE color: 8402666.

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

Color convert

RGB 234 54 128 -
CMYK 0 0.77 0.45 0.08
HSL 335.33º 0.81% 0.56% -
HSV(B) 335.33º 0.77% 0.92% -
XYZ 39.15 21.69 22.55 -
YUV 116.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 234 54 128 0 0.77 0.45 0.08 335.33 0.81 0.56
Hex EA 36 80 0 4D 2D 8 14F 51 38
Octal 352 66 200 0 115 55 10 517 121 70
Binary 11101010 110110 10000000 0 1001101 101101 1000 101001111 1010001 111000

Color Harmonies of #EA3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3680

Black with #EA3680

Text Example


Text Example

White with #EA3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3680; }

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

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

background-color css

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

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

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

border-color css

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

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

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