Html Css Color HEX #E1345F Cerise

📋 copy color: '#E1345F'

red 225 ◦ green 52 ◦ blue 95

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

Shades of Cerise #E1345F

Tints of Cerise #E1345F

RGB

 RED value IS 225 (88.28% from 255) = 60.48%

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

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

R = 60.48%
G = 13.98%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1345F (or 0xE1345F) is known color: Cerise. HEX triplet: E1, 34 and 5F. RGB value is (225,52,95). Sum of RGB (Red+Green+Blue) = 225+52+95=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1345F is #1ECBA0. Grayscale: #6C6C6C. Windows color (decimal): -2018209 or 6239457. OLE color: 6239457.

HSL color Cylindrical-coordinate representation of color #E1345F: hue angle of 345.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1345F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 95 -
CMYK 0 0.77 0.58 0.12
HSL 345.09º 0.74% 0.54% -
HSV(B) 345.09º 0.77% 0.88% -
XYZ 34.34 19.29 12.74 -
YUV 108.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 225 52 95 0 0.77 0.58 0.12 345.09 0.74 0.54
Hex E1 34 5F 0 4D 3A C 159 4A 36
Octal 341 64 137 0 115 72 14 531 112 66
Binary 11100001 110100 1011111 0 1001101 111010 1100 101011001 1001010 110110

Color Harmonies of #E1345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1345F

Black with #E1345F

Text Example


Text Example

White with #E1345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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