Html Css Color HEX #E1306F Cerise

📋 copy color: '#E1306F'

red 225 ◦ green 48 ◦ blue 111

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

Shades of Cerise #E1306F

Tints of Cerise #E1306F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 58.59%
G = 12.5%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1306F (or 0xE1306F) is known color: Cerise. HEX triplet: E1, 30 and 6F. RGB value is (225,48,111). Sum of RGB (Red+Green+Blue) = 225+48+111=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1306F is #1ECF90. Grayscale: #6C6C6C. Windows color (decimal): -2019217 or 7287009. OLE color: 7287009.

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

Color convert

RGB 225 48 111 -
CMYK 0 0.79 0.51 0.12
HSL 338.64º 0.75% 0.54% -
HSV(B) 338.64º 0.79% 0.88% -
XYZ 34.98 19.27 16.91 -
YUV 108.11 129.64 211.38 -
System Red Green Blue C M Y K H S L
Decimal 225 48 111 0 0.79 0.51 0.12 338.64 0.75 0.54
Hex E1 30 6F 0 4F 33 C 153 4B 36
Octal 341 60 157 0 117 63 14 523 113 66
Binary 11100001 110000 1101111 0 1001111 110011 1100 101010011 1001011 110110

Color Harmonies of #E1306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1306F

Black with #E1306F

Text Example


Text Example

White with #E1306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1306F; }

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

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

background-color css

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

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

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

border-color css

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

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

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