Html Css Color HEX #E1307A Deep Cerise

📋 copy color: '#E1307A'

red 225 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #E1307A

Tints of Deep Cerise #E1307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 56.96%
G = 12.15%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1307A (or 0xE1307A) is known color: Deep Cerise. HEX triplet: E1, 30 and 7A. RGB value is (225,48,122). Sum of RGB (Red+Green+Blue) = 225+48+122=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E1307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1307A is #1ECF85. Grayscale: #6D6D6D. Windows color (decimal): -2019206 or 8007905. OLE color: 8007905.

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

Color convert

RGB 225 48 122 -
CMYK 0 0.79 0.46 0.12
HSL 334.92º 0.75% 0.54% -
HSV(B) 334.92º 0.79% 0.88% -
XYZ 35.62 19.53 20.3 -
YUV 109.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 225 48 122 0 0.79 0.46 0.12 334.92 0.75 0.54
Hex E1 30 7A 0 4F 2E C 14F 4B 36
Octal 341 60 172 0 117 56 14 517 113 66
Binary 11100001 110000 1111010 0 1001111 101110 1100 101001111 1001011 110110

Color Harmonies of #E1307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1307A

Black with #E1307A

Text Example


Text Example

White with #E1307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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