Html Css Color HEX #EA3281 Deep Cerise

📋 copy color: '#EA3281'

red 234 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #EA3281

Tints of Deep Cerise #EA3281

RGB

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

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

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

R = 56.66%
G = 12.11%
B = 31.23%

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

#EA3281 (or 0xEA3281) is known color: Deep Cerise. HEX triplet: EA, 32 and 81. RGB value is (234,50,129). Sum of RGB (Red+Green+Blue) = 234+50+129=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3281 is #15CD7E. Grayscale: #717171. Windows color (decimal): -1428863 or 8467178. OLE color: 8467178.

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

Color convert

RGB 234 50 129 -
CMYK 0 0.79 0.45 0.08
HSL 334.24º 0.81% 0.56% -
HSV(B) 334.24º 0.79% 0.92% -
XYZ 39.03 21.36 22.83 -
YUV 114.02 136.46 213.58 -
System Red Green Blue C M Y K H S L
Decimal 234 50 129 0 0.79 0.45 0.08 334.24 0.81 0.56
Hex EA 32 81 0 4F 2D 8 14E 51 38
Octal 352 62 201 0 117 55 10 516 121 70
Binary 11101010 110010 10000001 0 1001111 101101 1000 101001110 1010001 111000

Color Harmonies of #EA3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3281

Black with #EA3281

Text Example


Text Example

White with #EA3281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3281; }

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

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

background-color css

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

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

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

border-color css

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

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

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