Html Css Color HEX #EA3290 Deep Cerise

📋 copy color: '#EA3290'

red 234 ◦ green 50 ◦ blue 144

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

Shades of Deep Cerise #EA3290

Tints of Deep Cerise #EA3290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 54.67%
G = 11.68%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA3290 (or 0xEA3290) is known color: Deep Cerise. HEX triplet: EA, 32 and 90. RGB value is (234,50,144). Sum of RGB (Red+Green+Blue) = 234+50+144=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3290 is #15CD6F. Grayscale: #737373. Windows color (decimal): -1428848 or 9450218. OLE color: 9450218.

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

Color convert

RGB 234 50 144 -
CMYK 0 0.79 0.38 0.08
HSL 329.35º 0.81% 0.56% -
HSV(B) 329.35º 0.79% 0.92% -
XYZ 40.11 21.79 28.48 -
YUV 115.73 143.96 212.36 -
System Red Green Blue C M Y K H S L
Decimal 234 50 144 0 0.79 0.38 0.08 329.35 0.81 0.56
Hex EA 32 90 0 4F 26 8 149 51 38
Octal 352 62 220 0 117 46 10 511 121 70
Binary 11101010 110010 10010000 0 1001111 100110 1000 101001001 1010001 111000

Color Harmonies of #EA3290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3290

Black with #EA3290

Text Example


Text Example

White with #EA3290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3290; }

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

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

background-color css

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

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

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

border-color css

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

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

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