Html Css Color HEX #EA3293 Deep Cerise

📋 copy color: '#EA3293'

red 234 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #EA3293

Tints of Deep Cerise #EA3293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 54.29%
G = 11.6%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA3293 (or 0xEA3293) is known color: Deep Cerise. HEX triplet: EA, 32 and 93. RGB value is (234,50,147). Sum of RGB (Red+Green+Blue) = 234+50+147=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3293 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3293 is #15CD6C. Grayscale: #737373. Windows color (decimal): -1428845 or 9646826. OLE color: 9646826.

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

Color convert

RGB 234 50 147 -
CMYK 0 0.79 0.37 0.08
HSL 328.37º 0.81% 0.56% -
HSV(B) 328.37º 0.79% 0.92% -
XYZ 40.34 21.88 29.7 -
YUV 116.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 234 50 147 0 0.79 0.37 0.08 328.37 0.81 0.56
Hex EA 32 93 0 4F 25 8 148 51 38
Octal 352 62 223 0 117 45 10 510 121 70
Binary 11101010 110010 10010011 0 1001111 100101 1000 101001000 1010001 111000

Color Harmonies of #EA3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3293

Black with #EA3293

Text Example


Text Example

White with #EA3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3293; }

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

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

background-color css

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

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

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

border-color css

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

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

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