Html Css Color HEX #E1345D Cerise

📋 copy color: '#E1345D'

red 225 ◦ green 52 ◦ blue 93

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

Shades of Cerise #E1345D

Tints of Cerise #E1345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 60.81%
G = 14.05%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1345D (or 0xE1345D) is known color: Cerise. HEX triplet: E1, 34 and 5D. RGB value is (225,52,93). Sum of RGB (Red+Green+Blue) = 225+52+93=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1345D is #1ECBA2. Grayscale: #6C6C6C. Windows color (decimal): -2018211 or 6108385. OLE color: 6108385.

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

Color convert

RGB 225 52 93 -
CMYK 0 0.77 0.59 0.12
HSL 345.78º 0.74% 0.54% -
HSV(B) 345.78º 0.77% 0.88% -
XYZ 34.26 19.25 12.27 -
YUV 108.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 225 52 93 0 0.77 0.59 0.12 345.78 0.74 0.54
Hex E1 34 5D 0 4D 3B C 15A 4A 36
Octal 341 64 135 0 115 73 14 532 112 66
Binary 11100001 110100 1011101 0 1001101 111011 1100 101011010 1001010 110110

Color Harmonies of #E1345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1345D

Black with #E1345D

Text Example


Text Example

White with #E1345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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