Html Css Color HEX #E1325E Cerise

📋 copy color: '#E1325E'

red 225 ◦ green 50 ◦ blue 94

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

Shades of Cerise #E1325E

Tints of Cerise #E1325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 60.98%
G = 13.55%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1325E (or 0xE1325E) is known color: Cerise. HEX triplet: E1, 32 and 5E. RGB value is (225,50,94). Sum of RGB (Red+Green+Blue) = 225+50+94=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1325E is #1ECDA1. Grayscale: #6B6B6B. Windows color (decimal): -2018722 or 6173409. OLE color: 6173409.

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

Color convert

RGB 225 50 94 -
CMYK 0 0.78 0.58 0.12
HSL 344.91º 0.74% 0.54% -
HSV(B) 344.91º 0.78% 0.88% -
XYZ 34.21 19.1 12.47 -
YUV 107.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 225 50 94 0 0.78 0.58 0.12 344.91 0.74 0.54
Hex E1 32 5E 0 4E 3A C 159 4A 36
Octal 341 62 136 0 116 72 14 531 112 66
Binary 11100001 110010 1011110 0 1001110 111010 1100 101011001 1001010 110110

Color Harmonies of #E1325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1325E

Black with #E1325E

Text Example


Text Example

White with #E1325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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