Html Css Color HEX #E1305D Cerise

📋 copy color: '#E1305D'

red 225 ◦ green 48 ◦ blue 93

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

Shades of Cerise #E1305D

Tints of Cerise #E1305D

RGB

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

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

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

R = 61.48%
G = 13.11%
B = 25.41%

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

#E1305D (or 0xE1305D) is known color: Cerise. HEX triplet: E1, 30 and 5D. RGB value is (225,48,93). Sum of RGB (Red+Green+Blue) = 225+48+93=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1305D is #1ECFA2. Grayscale: #6A6A6A. Windows color (decimal): -2019235 or 6107361. OLE color: 6107361.

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

Color convert

RGB 225 48 93 -
CMYK 0 0.79 0.59 0.12
HSL 344.75º 0.75% 0.54% -
HSV(B) 344.75º 0.79% 0.88% -
XYZ 34.08 18.91 12.21 -
YUV 106.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 225 48 93 0 0.79 0.59 0.12 344.75 0.75 0.54
Hex E1 30 5D 0 4F 3B C 159 4B 36
Octal 341 60 135 0 117 73 14 531 113 66
Binary 11100001 110000 1011101 0 1001111 111011 1100 101011001 1001011 110110

Color Harmonies of #E1305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1305D

Black with #E1305D

Text Example


Text Example

White with #E1305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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