Html Css Color HEX #E14C62 Mandy

📋 copy color: '#E14C62'

red 225 ◦ green 76 ◦ blue 98

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

Shades of Mandy #E14C62

Tints of Mandy #E14C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 56.39%
G = 19.05%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E14C62 (or 0xE14C62) is known color: Mandy. HEX triplet: E1, 4C and 62. RGB value is (225,76,98). Sum of RGB (Red+Green+Blue) = 225+76+98=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C62 is #1EB39D. Grayscale: #7B7B7B. Windows color (decimal): -2012062 or 6442209. OLE color: 6442209.

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

Color convert

RGB 225 76 98 -
CMYK 0 0.66 0.56 0.12
HSL 351.14º 0.71% 0.59% -
HSV(B) 351.14º 0.66% 0.88% -
XYZ 35.84 22.06 13.92 -
YUV 123.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 225 76 98 0 0.66 0.56 0.12 351.14 0.71 0.59
Hex E1 4C 62 0 42 38 C 15F 47 3B
Octal 341 114 142 0 102 70 14 537 107 73
Binary 11100001 1001100 1100010 0 1000010 111000 1100 101011111 1000111 111011

Color Harmonies of #E14C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C62

Black with #E14C62

Text Example


Text Example

White with #E14C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C62; }

 p { color: rgb(225,76,98); }

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

background-color css

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

 a { background-color: rgb(225,76,98); }

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

border-color css

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

 span { border-color: rgb(225,76,98); }

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