Html Css Color HEX #E5345F Cerise

📋 copy color: '#E5345F'

red 229 ◦ green 52 ◦ blue 95

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

Shades of Cerise #E5345F

Tints of Cerise #E5345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 60.9%
G = 13.83%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5345F (or 0xE5345F) is known color: Cerise. HEX triplet: E5, 34 and 5F. RGB value is (229,52,95). Sum of RGB (Red+Green+Blue) = 229+52+95=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5345F is #1ACBA0. Grayscale: #6D6D6D. Windows color (decimal): -1756065 or 6239461. OLE color: 6239461.

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

Color convert

RGB 229 52 95 -
CMYK 0 0.77 0.59 0.10
HSL 345.42º 0.77% 0.55% -
HSV(B) 345.42º 0.77% 0.9% -
XYZ 35.61 19.94 12.8 -
YUV 109.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 229 52 95 0 0.77 0.59 0.10 345.42 0.77 0.55
Hex E5 34 5F 0 4D 3B A 159 4D 37
Octal 345 64 137 0 115 73 12 531 115 67
Binary 11100101 110100 1011111 0 1001101 111011 1010 101011001 1001101 110111

Color Harmonies of #E5345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5345F

Black with #E5345F

Text Example


Text Example

White with #E5345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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