Html Css Color HEX #EA327C Deep Cerise

📋 copy color: '#EA327C'

red 234 ◦ green 50 ◦ blue 124

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

Shades of Deep Cerise #EA327C

Tints of Deep Cerise #EA327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 57.35%
G = 12.25%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA327C (or 0xEA327C) is known color: Deep Cerise. HEX triplet: EA, 32 and 7C. RGB value is (234,50,124). Sum of RGB (Red+Green+Blue) = 234+50+124=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA327C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA327C is #15CD83. Grayscale: #717171. Windows color (decimal): -1428868 or 8139498. OLE color: 8139498.

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

Color convert

RGB 234 50 124 -
CMYK 0 0.79 0.47 0.08
HSL 335.87º 0.81% 0.56% -
HSV(B) 335.87º 0.79% 0.92% -
XYZ 38.71 21.23 21.13 -
YUV 113.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 234 50 124 0 0.79 0.47 0.08 335.87 0.81 0.56
Hex EA 32 7C 0 4F 2F 8 150 51 38
Octal 352 62 174 0 117 57 10 520 121 70
Binary 11101010 110010 1111100 0 1001111 101111 1000 101010000 1010001 111000

Color Harmonies of #EA327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA327C

Black with #EA327C

Text Example


Text Example

White with #EA327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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