Html Css Color HEX #E1306A Cerise

📋 copy color: '#E1306A'

red 225 ◦ green 48 ◦ blue 106

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

Shades of Cerise #E1306A

Tints of Cerise #E1306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 59.37%
G = 12.66%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1306A (or 0xE1306A) is known color: Cerise. HEX triplet: E1, 30 and 6A. RGB value is (225,48,106). Sum of RGB (Red+Green+Blue) = 225+48+106=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E1306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1306A is #1ECF95. Grayscale: #6B6B6B. Windows color (decimal): -2019222 or 6959329. OLE color: 6959329.

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

Color convert

RGB 225 48 106 -
CMYK 0 0.79 0.53 0.12
HSL 340.34º 0.75% 0.54% -
HSV(B) 340.34º 0.79% 0.88% -
XYZ 34.71 19.16 15.5 -
YUV 107.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 225 48 106 0 0.79 0.53 0.12 340.34 0.75 0.54
Hex E1 30 6A 0 4F 35 C 154 4B 36
Octal 341 60 152 0 117 65 14 524 113 66
Binary 11100001 110000 1101010 0 1001111 110101 1100 101010100 1001011 110110

Color Harmonies of #E1306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1306A

Black with #E1306A

Text Example


Text Example

White with #E1306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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