Html Css Color HEX #EA328C Deep Cerise

📋 copy color: '#EA328C'

red 234 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #EA328C

Tints of Deep Cerise #EA328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 55.19%
G = 11.79%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA328C (or 0xEA328C) is known color: Deep Cerise. HEX triplet: EA, 32 and 8C. RGB value is (234,50,140). Sum of RGB (Red+Green+Blue) = 234+50+140=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA328C is #15CD73. Grayscale: #737373. Windows color (decimal): -1428852 or 9188074. OLE color: 9188074.

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

Color convert

RGB 234 50 140 -
CMYK 0 0.79 0.40 0.08
HSL 330.65º 0.81% 0.56% -
HSV(B) 330.65º 0.79% 0.92% -
XYZ 39.81 21.67 26.9 -
YUV 115.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 234 50 140 0 0.79 0.40 0.08 330.65 0.81 0.56
Hex EA 32 8C 0 4F 28 8 14B 51 38
Octal 352 62 214 0 117 50 10 513 121 70
Binary 11101010 110010 10001100 0 1001111 101000 1000 101001011 1010001 111000

Color Harmonies of #EA328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA328C

Black with #EA328C

Text Example


Text Example

White with #EA328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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