Html Css Color HEX #E13A8B Deep Cerise

📋 copy color: '#E13A8B'

red 225 ◦ green 58 ◦ blue 139

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

Shades of Deep Cerise #E13A8B

Tints of Deep Cerise #E13A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.74%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 53.32%
G = 13.74%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E13A8B (or 0xE13A8B) is known color: Deep Cerise. HEX triplet: E1, 3A and 8B. RGB value is (225,58,139). Sum of RGB (Red+Green+Blue) = 225+58+139=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A8B is #1EC574. Grayscale: #757575. Windows color (decimal): -2016629 or 9124577. OLE color: 9124577.

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

Color convert

RGB 225 58 139 -
CMYK 0 0.74 0.38 0.12
HSL 330.9º 0.74% 0.55% -
HSV(B) 330.9º 0.74% 0.88% -
XYZ 37.22 20.9 26.5 -
YUV 117.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 225 58 139 0 0.74 0.38 0.12 330.9 0.74 0.55
Hex E1 3A 8B 0 4A 26 C 14B 4A 37
Octal 341 72 213 0 112 46 14 513 112 67
Binary 11100001 111010 10001011 0 1001010 100110 1100 101001011 1001010 110111

Color Harmonies of #E13A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A8B

Black with #E13A8B

Text Example


Text Example

White with #E13A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A8B; }

 p { color: rgb(225,58,139); }

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

background-color css

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

 a { background-color: rgb(225,58,139); }

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

border-color css

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

 span { border-color: rgb(225,58,139); }

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