Html Css Color HEX #EA3081 Deep Cerise

📋 copy color: '#EA3081'

red 234 ◦ green 48 ◦ blue 129

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

Shades of Deep Cerise #EA3081

Tints of Deep Cerise #EA3081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.68%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 56.93%
G = 11.68%
B = 31.39%

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

#EA3081 (or 0xEA3081) is known color: Deep Cerise. HEX triplet: EA, 30 and 81. RGB value is (234,48,129). Sum of RGB (Red+Green+Blue) = 234+48+129=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3081 is #15CF7E. Grayscale: #707070. Windows color (decimal): -1429375 or 8466666. OLE color: 8466666.

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

Color convert

RGB 234 48 129 -
CMYK 0 0.79 0.45 0.08
HSL 333.87º 0.82% 0.55% -
HSV(B) 333.87º 0.79% 0.92% -
XYZ 38.95 21.19 22.81 -
YUV 112.85 137.12 214.41 -
System Red Green Blue C M Y K H S L
Decimal 234 48 129 0 0.79 0.45 0.08 333.87 0.82 0.55
Hex EA 30 81 0 4F 2D 8 14E 52 37
Octal 352 60 201 0 117 55 10 516 122 67
Binary 11101010 110000 10000001 0 1001111 101101 1000 101001110 1010010 110111

Color Harmonies of #EA3081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3081

Black with #EA3081

Text Example


Text Example

White with #EA3081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3081; }

 p { color: rgb(234,48,129); }

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

background-color css

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

 a { background-color: rgb(234,48,129); }

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

border-color css

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

 span { border-color: rgb(234,48,129); }

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