Html Css Color HEX #E130A2 Deep Cerise

📋 copy color: '#E130A2'

red 225 ◦ green 48 ◦ blue 162

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

Shades of Deep Cerise #E130A2

Tints of Deep Cerise #E130A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 51.72%
G = 11.03%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E130A2 (or 0xE130A2) is known color: Deep Cerise. HEX triplet: E1, 30 and A2. RGB value is (225,48,162). Sum of RGB (Red+Green+Blue) = 225+48+162=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E130A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130A2 is #1ECF5D. Grayscale: #717171. Windows color (decimal): -2019166 or 10629345. OLE color: 10629345.

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

Color convert

RGB 225 48 162 -
CMYK 0 0.79 0.28 0.12
HSL 321.36º 0.75% 0.54% -
HSV(B) 321.36º 0.79% 0.88% -
XYZ 38.63 20.73 36.15 -
YUV 113.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 225 48 162 0 0.79 0.28 0.12 321.36 0.75 0.54
Hex E1 30 A2 0 4F 1C C 141 4B 36
Octal 341 60 242 0 117 34 14 501 113 66
Binary 11100001 110000 10100010 0 1001111 11100 1100 101000001 1001011 110110

Color Harmonies of #E130A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130A2

Black with #E130A2

Text Example


Text Example

White with #E130A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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