Html Css Color HEX #EA348C Deep Cerise

📋 copy color: '#EA348C'

red 234 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #EA348C

Tints of Deep Cerise #EA348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.21%

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

R = 54.93%
G = 12.21%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA348C (or 0xEA348C) is known color: Deep Cerise. HEX triplet: EA, 34 and 8C. RGB value is (234,52,140). Sum of RGB (Red+Green+Blue) = 234+52+140=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA348C is #15CB73. Grayscale: #747474. Windows color (decimal): -1428340 or 9188586. OLE color: 9188586.

HSL color Cylindrical-coordinate representation of color #EA348C: hue angle of 330.99º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA348C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 140 -
CMYK 0 0.78 0.40 0.08
HSL 330.99º 0.81% 0.56% -
HSV(B) 330.99º 0.78% 0.92% -
XYZ 39.89 21.84 26.92 -
YUV 116.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 234 52 140 0 0.78 0.40 0.08 330.99 0.81 0.56
Hex EA 34 8C 0 4E 28 8 14B 51 38
Octal 352 64 214 0 116 50 10 513 121 70
Binary 11101010 110100 10001100 0 1001110 101000 1000 101001011 1010001 111000

Color Harmonies of #EA348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA348C

Black with #EA348C

Text Example


Text Example

White with #EA348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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