Html Css Color HEX #E1325D Cerise

📋 copy color: '#E1325D'

red 225 ◦ green 50 ◦ blue 93

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

Shades of Cerise #E1325D

Tints of Cerise #E1325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

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

R = 61.14%
G = 13.59%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1325D (or 0xE1325D) is known color: Cerise. HEX triplet: E1, 32 and 5D. RGB value is (225,50,93). Sum of RGB (Red+Green+Blue) = 225+50+93=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1325D is #1ECDA2. Grayscale: #6B6B6B. Windows color (decimal): -2018723 or 6107873. OLE color: 6107873.

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

Color convert

RGB 225 50 93 -
CMYK 0 0.78 0.59 0.12
HSL 345.26º 0.74% 0.54% -
HSV(B) 345.26º 0.78% 0.88% -
XYZ 34.17 19.08 12.24 -
YUV 107.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 225 50 93 0 0.78 0.59 0.12 345.26 0.74 0.54
Hex E1 32 5D 0 4E 3B C 159 4A 36
Octal 341 62 135 0 116 73 14 531 112 66
Binary 11100001 110010 1011101 0 1001110 111011 1100 101011001 1001010 110110

Color Harmonies of #E1325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1325D

Black with #E1325D

Text Example


Text Example

White with #E1325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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