Html Css Color HEX #E134A1 Deep Cerise

📋 copy color: '#E134A1'

red 225 ◦ green 52 ◦ blue 161

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

Shades of Deep Cerise #E134A1

Tints of Deep Cerise #E134A1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

 BLUE value IS 161 (63.28% from 255) = 36.76%

R = 51.37%
G = 11.87%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E134A1 (or 0xE134A1) is known color: Deep Cerise. HEX triplet: E1, 34 and A1. RGB value is (225,52,161). Sum of RGB (Red+Green+Blue) = 225+52+161=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E134A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E134A1 is #1ECB5E. Grayscale: #737373. Windows color (decimal): -2018143 or 10564833. OLE color: 10564833.

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

Color convert

RGB 225 52 161 -
CMYK 0 0.77 0.28 0.12
HSL 322.2º 0.74% 0.54% -
HSV(B) 322.2º 0.77% 0.88% -
XYZ 38.71 21.04 35.74 -
YUV 116.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 225 52 161 0 0.77 0.28 0.12 322.2 0.74 0.54
Hex E1 34 A1 0 4D 1C C 142 4A 36
Octal 341 64 241 0 115 34 14 502 112 66
Binary 11100001 110100 10100001 0 1001101 11100 1100 101000010 1001010 110110

Color Harmonies of #E134A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134A1

Black with #E134A1

Text Example


Text Example

White with #E134A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134A1; }

 p { color: rgb(225,52,161); }

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

background-color css

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

 a { background-color: rgb(225,52,161); }

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

border-color css

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

 span { border-color: rgb(225,52,161); }

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