Html Css Color HEX #EA328D Deep Cerise

📋 copy color: '#EA328D'

red 234 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #EA328D

Tints of Deep Cerise #EA328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 55.06%
G = 11.76%
B = 33.18%

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

#EA328D (or 0xEA328D) is known color: Deep Cerise. HEX triplet: EA, 32 and 8D. RGB value is (234,50,141). Sum of RGB (Red+Green+Blue) = 234+50+141=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA328D is #15CD72. Grayscale: #737373. Windows color (decimal): -1428851 or 9253610. OLE color: 9253610.

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

Color convert

RGB 234 50 141 -
CMYK 0 0.79 0.40 0.08
HSL 330.33º 0.81% 0.56% -
HSV(B) 330.33º 0.79% 0.92% -
XYZ 39.88 21.7 27.29 -
YUV 115.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 234 50 141 0 0.79 0.40 0.08 330.33 0.81 0.56
Hex EA 32 8D 0 4F 28 8 14A 51 38
Octal 352 62 215 0 117 50 10 512 121 70
Binary 11101010 110010 10001101 0 1001111 101000 1000 101001010 1010001 111000

Color Harmonies of #EA328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA328D

Black with #EA328D

Text Example


Text Example

White with #EA328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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