Html Css Color HEX #E5348A Deep Cerise

📋 copy color: '#E5348A'

red 229 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #E5348A

Tints of Deep Cerise #E5348A

RGB

 RED value IS 229 (89.84% from 255) = 54.65%

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 54.65%
G = 12.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5348A (or 0xE5348A) is known color: Deep Cerise. HEX triplet: E5, 34 and 8A. RGB value is (229,52,138). Sum of RGB (Red+Green+Blue) = 229+52+138=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5348A is #1ACB75. Grayscale: #727272. Windows color (decimal): -1756022 or 9057509. OLE color: 9057509.

HSL color Cylindrical-coordinate representation of color #E5348A: hue angle of 330.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5348A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 138 -
CMYK 0 0.77 0.40 0.10
HSL 330.85º 0.77% 0.55% -
HSV(B) 330.85º 0.77% 0.9% -
XYZ 38.13 20.95 26.08 -
YUV 114.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 229 52 138 0 0.77 0.40 0.10 330.85 0.77 0.55
Hex E5 34 8A 0 4D 28 A 14B 4D 37
Octal 345 64 212 0 115 50 12 513 115 67
Binary 11100101 110100 10001010 0 1001101 101000 1010 101001011 1001101 110111

Color Harmonies of #E5348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5348A

Black with #E5348A

Text Example


Text Example

White with #E5348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5348A; }

 p { color: rgb(229,52,138); }

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

background-color css

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

 a { background-color: rgb(229,52,138); }

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

border-color css

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

 span { border-color: rgb(229,52,138); }

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