Html Css Color HEX #E1306B Cerise

📋 copy color: '#E1306B'

red 225 ◦ green 48 ◦ blue 107

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

Shades of Cerise #E1306B

Tints of Cerise #E1306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 59.21%
G = 12.63%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1306B (or 0xE1306B) is known color: Cerise. HEX triplet: E1, 30 and 6B. RGB value is (225,48,107). Sum of RGB (Red+Green+Blue) = 225+48+107=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1306B is #1ECF94. Grayscale: #6B6B6B. Windows color (decimal): -2019221 or 7024865. OLE color: 7024865.

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

Color convert

RGB 225 48 107 -
CMYK 0 0.79 0.52 0.12
HSL 340º 0.75% 0.54% -
HSV(B) 340º 0.79% 0.88% -
XYZ 34.76 19.18 15.78 -
YUV 107.65 127.64 211.7 -
System Red Green Blue C M Y K H S L
Decimal 225 48 107 0 0.79 0.52 0.12 340 0.75 0.54
Hex E1 30 6B 0 4F 34 C 154 4B 36
Octal 341 60 153 0 117 64 14 524 113 66
Binary 11100001 110000 1101011 0 1001111 110100 1100 101010100 1001011 110110

Color Harmonies of #E1306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1306B

Black with #E1306B

Text Example


Text Example

White with #E1306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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