Html Css Color HEX #EA348E Deep Cerise

📋 copy color: '#EA348E'

red 234 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #EA348E

Tints of Deep Cerise #EA348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.18%

R = 54.67%
G = 12.15%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA348E (or 0xEA348E) is known color: Deep Cerise. HEX triplet: EA, 34 and 8E. RGB value is (234,52,142). Sum of RGB (Red+Green+Blue) = 234+52+142=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA348E is #15CB71. Grayscale: #747474. Windows color (decimal): -1428338 or 9319658. OLE color: 9319658.

HSL color Cylindrical-coordinate representation of color #EA348E: 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.78%. Process color model (Four color, CMYK) of #EA348E is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 52 142 -
CMYK 0 0.78 0.39 0.08
HSL 330.33º 0.81% 0.56% -
HSV(B) 330.33º 0.78% 0.92% -
XYZ 40.04 21.9 27.71 -
YUV 116.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 234 52 142 0 0.78 0.39 0.08 330.33 0.81 0.56
Hex EA 34 8E 0 4E 27 8 14A 51 38
Octal 352 64 216 0 116 47 10 512 121 70
Binary 11101010 110100 10001110 0 1001110 100111 1000 101001010 1010001 111000

Color Harmonies of #EA348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA348E

Black with #EA348E

Text Example


Text Example

White with #EA348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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