Html Css Color HEX #E5345A Cerise

📋 copy color: '#E5345A'

red 229 ◦ green 52 ◦ blue 90

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

Shades of Cerise #E5345A

Tints of Cerise #E5345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 61.73%
G = 14.02%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5345A (or 0xE5345A) is known color: Cerise. HEX triplet: E5, 34 and 5A. RGB value is (229,52,90). Sum of RGB (Red+Green+Blue) = 229+52+90=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5345A is #1ACBA5. Grayscale: #6D6D6D. Windows color (decimal): -1756070 or 5911781. OLE color: 5911781.

HSL color Cylindrical-coordinate representation of color #E5345A: hue angle of 347.12º 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 #E5345A is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 52 90 -
CMYK 0 0.77 0.61 0.10
HSL 347.12º 0.77% 0.55% -
HSV(B) 347.12º 0.77% 0.9% -
XYZ 35.39 19.85 11.64 -
YUV 109.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 229 52 90 0 0.77 0.61 0.10 347.12 0.77 0.55
Hex E5 34 5A 0 4D 3D A 15B 4D 37
Octal 345 64 132 0 115 75 12 533 115 67
Binary 11100101 110100 1011010 0 1001101 111101 1010 101011011 1001101 110111

Color Harmonies of #E5345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5345A

Black with #E5345A

Text Example


Text Example

White with #E5345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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