Html Css Color HEX #E1305C Cerise

📋 copy color: '#E1305C'

red 225 ◦ green 48 ◦ blue 92

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

Shades of Cerise #E1305C

Tints of Cerise #E1305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 61.64%
G = 13.15%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1305C (or 0xE1305C) is known color: Cerise. HEX triplet: E1, 30 and 5C. RGB value is (225,48,92). Sum of RGB (Red+Green+Blue) = 225+48+92=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1305C is #1ECFA3. Grayscale: #696969. Windows color (decimal): -2019236 or 6041825. OLE color: 6041825.

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

Color convert

RGB 225 48 92 -
CMYK 0 0.79 0.59 0.12
HSL 345.08º 0.75% 0.54% -
HSV(B) 345.08º 0.79% 0.88% -
XYZ 34.04 18.89 11.98 -
YUV 105.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 225 48 92 0 0.79 0.59 0.12 345.08 0.75 0.54
Hex E1 30 5C 0 4F 3B C 159 4B 36
Octal 341 60 134 0 117 73 14 531 113 66
Binary 11100001 110000 1011100 0 1001111 111011 1100 101011001 1001011 110110

Color Harmonies of #E1305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1305C

Black with #E1305C

Text Example


Text Example

White with #E1305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1305C; }

 p { color: rgb(225,48,92); }

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

background-color css

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

 a { background-color: rgb(225,48,92); }

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

border-color css

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

 span { border-color: rgb(225,48,92); }

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