Html Css Color HEX #E13283 Deep Cerise

📋 copy color: '#E13283'

red 225 ◦ green 50 ◦ blue 131

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

Shades of Deep Cerise #E13283

Tints of Deep Cerise #E13283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.32%

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 55.42%
G = 12.32%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E13283 (or 0xE13283) is known color: Deep Cerise. HEX triplet: E1, 32 and 83. RGB value is (225,50,131). Sum of RGB (Red+Green+Blue) = 225+50+131=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E13283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13283 is #1ECD7C. Grayscale: #6F6F6F. Windows color (decimal): -2018685 or 8598241. OLE color: 8598241.

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

Color convert

RGB 225 50 131 -
CMYK 0 0.78 0.42 0.12
HSL 332.23º 0.74% 0.54% -
HSV(B) 332.23º 0.78% 0.88% -
XYZ 36.29 19.93 23.41 -
YUV 111.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 225 50 131 0 0.78 0.42 0.12 332.23 0.74 0.54
Hex E1 32 83 0 4E 2A C 14C 4A 36
Octal 341 62 203 0 116 52 14 514 112 66
Binary 11100001 110010 10000011 0 1001110 101010 1100 101001100 1001010 110110

Color Harmonies of #E13283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13283

Black with #E13283

Text Example


Text Example

White with #E13283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13283; }

 p { color: rgb(225,50,131); }

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

background-color css

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

 a { background-color: rgb(225,50,131); }

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

border-color css

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

 span { border-color: rgb(225,50,131); }

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