Html Css Color HEX #E13DA4 Deep Cerise

📋 copy color: '#E13DA4'

red 225 ◦ green 61 ◦ blue 164

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

Shades of Deep Cerise #E13DA4

Tints of Deep Cerise #E13DA4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.56%

 BLUE value IS 164 (64.45% from 255) = 36.44%

R = 50%
G = 13.56%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E13DA4 (or 0xE13DA4) is known color: Deep Cerise. HEX triplet: E1, 3D and A4. RGB value is (225,61,164). Sum of RGB (Red+Green+Blue) = 225+61+164=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E13DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13DA4 is #1EC25B. Grayscale: #797979. Windows color (decimal): -2015836 or 10763745. OLE color: 10763745.

HSL color Cylindrical-coordinate representation of color #E13DA4: hue angle of 322.32º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13DA4 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 164 -
CMYK 0 0.73 0.27 0.12
HSL 322.32º 0.73% 0.56% -
HSV(B) 322.32º 0.73% 0.88% -
XYZ 39.42 22.03 37.3 -
YUV 121.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 225 61 164 0 0.73 0.27 0.12 322.32 0.73 0.56
Hex E1 3D A4 0 49 1B C 142 49 38
Octal 341 75 244 0 111 33 14 502 111 70
Binary 11100001 111101 10100100 0 1001001 11011 1100 101000010 1001001 111000

Color Harmonies of #E13DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13DA4

Black with #E13DA4

Text Example


Text Example

White with #E13DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13DA4; }

 p { color: rgb(225,61,164); }

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

background-color css

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

 a { background-color: rgb(225,61,164); }

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

border-color css

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

 span { border-color: rgb(225,61,164); }

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