Html Css Color HEX #E13A8A Deep Cerise

📋 copy color: '#E13A8A'

red 225 ◦ green 58 ◦ blue 138

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

Shades of Deep Cerise #E13A8A

Tints of Deep Cerise #E13A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 53.44%
G = 13.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E13A8A (or 0xE13A8A) is known color: Deep Cerise. HEX triplet: E1, 3A and 8A. RGB value is (225,58,138). Sum of RGB (Red+Green+Blue) = 225+58+138=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13A8A is #1EC575. Grayscale: #747474. Windows color (decimal): -2016630 or 9059041. OLE color: 9059041.

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

Color convert

RGB 225 58 138 -
CMYK 0 0.74 0.39 0.12
HSL 331.26º 0.74% 0.55% -
HSV(B) 331.26º 0.74% 0.88% -
XYZ 37.15 20.87 26.11 -
YUV 117.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 225 58 138 0 0.74 0.39 0.12 331.26 0.74 0.55
Hex E1 3A 8A 0 4A 27 C 14B 4A 37
Octal 341 72 212 0 112 47 14 513 112 67
Binary 11100001 111010 10001010 0 1001010 100111 1100 101001011 1001010 110111

Color Harmonies of #E13A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A8A

Black with #E13A8A

Text Example


Text Example

White with #E13A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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