Html Css Color HEX #E141A6 Deep Cerise

📋 copy color: '#E141A6'

red 225 ◦ green 65 ◦ blue 166

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

Shades of Deep Cerise #E141A6

Tints of Deep Cerise #E141A6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 49.34%
G = 14.25%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E141A6 (or 0xE141A6) is known color: Deep Cerise. HEX triplet: E1, 41 and A6. RGB value is (225,65,166). Sum of RGB (Red+Green+Blue) = 225+65+166=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E141A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141A6 is #1EBE59. Grayscale: #7C7C7C. Windows color (decimal): -2014810 or 10895841. OLE color: 10895841.

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

Color convert

RGB 225 65 166 -
CMYK 0 0.71 0.26 0.12
HSL 322.13º 0.73% 0.57% -
HSV(B) 322.13º 0.71% 0.88% -
XYZ 39.82 22.54 38.33 -
YUV 124.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 225 65 166 0 0.71 0.26 0.12 322.13 0.73 0.57
Hex E1 41 A6 0 47 1A C 142 49 39
Octal 341 101 246 0 107 32 14 502 111 71
Binary 11100001 1000001 10100110 0 1000111 11010 1100 101000010 1001001 111001

Color Harmonies of #E141A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141A6

Black with #E141A6

Text Example


Text Example

White with #E141A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141A6; }

 p { color: rgb(225,65,166); }

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

background-color css

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

 a { background-color: rgb(225,65,166); }

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

border-color css

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

 span { border-color: rgb(225,65,166); }

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