Html Css Color HEX #E133A0 Deep Cerise

📋 copy color: '#E133A0'

red 225 ◦ green 51 ◦ blue 160

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

Shades of Deep Cerise #E133A0

Tints of Deep Cerise #E133A0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.7%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 51.61%
G = 11.7%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E133A0 (or 0xE133A0) is known color: Deep Cerise. HEX triplet: E1, 33 and A0. RGB value is (225,51,160). Sum of RGB (Red+Green+Blue) = 225+51+160=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E133A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E133A0 is #1ECC5F. Grayscale: #737373. Windows color (decimal): -2018400 or 10499041. OLE color: 10499041.

HSL color Cylindrical-coordinate representation of color #E133A0: hue angle of 322.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E133A0 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 51 160 -
CMYK 0 0.77 0.29 0.12
HSL 322.41º 0.74% 0.54% -
HSV(B) 322.41º 0.77% 0.88% -
XYZ 38.58 20.91 35.26 -
YUV 115.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 225 51 160 0 0.77 0.29 0.12 322.41 0.74 0.54
Hex E1 33 A0 0 4D 1D C 142 4A 36
Octal 341 63 240 0 115 35 14 502 112 66
Binary 11100001 110011 10100000 0 1001101 11101 1100 101000010 1001010 110110

Color Harmonies of #E133A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133A0

Black with #E133A0

Text Example


Text Example

White with #E133A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133A0; }

 p { color: rgb(225,51,160); }

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

background-color css

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

 a { background-color: rgb(225,51,160); }

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

border-color css

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

 span { border-color: rgb(225,51,160); }

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