Html Css Color HEX #E14652 Mandy

📋 copy color: '#E14652'

red 225 ◦ green 70 ◦ blue 82

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

Shades of Mandy #E14652

Tints of Mandy #E14652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 59.68%
G = 18.57%
B = 21.75%

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

#E14652 (or 0xE14652) is known color: Mandy. HEX triplet: E1, 46 and 52. RGB value is (225,70,82). Sum of RGB (Red+Green+Blue) = 225+70+82=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E14652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14652 is #1EB9AD. Grayscale: #757575. Windows color (decimal): -2013614 or 5392097. OLE color: 5392097.

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

Color convert

RGB 225 70 82 -
CMYK 0 0.69 0.64 0.12
HSL 355.35º 0.72% 0.58% -
HSV(B) 355.35º 0.69% 0.88% -
XYZ 34.76 21 10.2 -
YUV 117.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 225 70 82 0 0.69 0.64 0.12 355.35 0.72 0.58
Hex E1 46 52 0 45 40 C 163 48 3A
Octal 341 106 122 0 105 100 14 543 110 72
Binary 11100001 1000110 1010010 0 1000101 1000000 1100 101100011 1001000 111010

Color Harmonies of #E14652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14652

Black with #E14652

Text Example


Text Example

White with #E14652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14652; }

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

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

background-color css

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

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

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

border-color css

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

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

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