Html Css Color HEX #E14552 Mandy

📋 copy color: '#E14552'

red 225 ◦ green 69 ◦ blue 82

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

Shades of Mandy #E14552

Tints of Mandy #E14552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 59.84%
G = 18.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14552 (or 0xE14552) is known color: Mandy. HEX triplet: E1, 45 and 52. RGB value is (225,69,82). Sum of RGB (Red+Green+Blue) = 225+69+82=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E14552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14552 is #1EBAAD. Grayscale: #757575. Windows color (decimal): -2013870 or 5391841. OLE color: 5391841.

HSL color Cylindrical-coordinate representation of color #E14552: hue angle of 355º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14552 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 82 -
CMYK 0 0.69 0.64 0.12
HSL 355º 0.72% 0.58% -
HSV(B) 355º 0.69% 0.88% -
XYZ 34.7 20.87 10.18 -
YUV 117.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 225 69 82 0 0.69 0.64 0.12 355 0.72 0.58
Hex E1 45 52 0 45 40 C 163 48 3A
Octal 341 105 122 0 105 100 14 543 110 72
Binary 11100001 1000101 1010010 0 1000101 1000000 1100 101100011 1001000 111010

Color Harmonies of #E14552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14552

Black with #E14552

Text Example


Text Example

White with #E14552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14552; }

 p { color: rgb(225,69,82); }

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

background-color css

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

 a { background-color: rgb(225,69,82); }

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

border-color css

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

 span { border-color: rgb(225,69,82); }

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