Html Css Color HEX #E75A5D Mandy

📋 copy color: '#E75A5D'

red 231 ◦ green 90 ◦ blue 93

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

Shades of Mandy #E75A5D

Tints of Mandy #E75A5D

RGB

 RED value IS 231 (90.63% from 255) = 55.8%

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 55.8%
G = 21.74%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E75A5D (or 0xE75A5D) is known color: Mandy. HEX triplet: E7, 5A and 5D. RGB value is (231,90,93). Sum of RGB (Red+Green+Blue) = 231+90+93=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75A5D is #18A5A2. Grayscale: #848484. Windows color (decimal): -1615267 or 6118119. OLE color: 6118119.

HSL color Cylindrical-coordinate representation of color #E75A5D: hue angle of 358.72º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75A5D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 90 93 -
CMYK 0 0.61 0.60 0.09
HSL 358.72º 0.75% 0.63% -
HSV(B) 358.72º 0.61% 0.91% -
XYZ 38.59 25.09 13.17 -
YUV 132.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 231 90 93 0 0.61 0.60 0.09 358.72 0.75 0.63
Hex E7 5A 5D 0 3D 3C 9 167 4B 3F
Octal 347 132 135 0 75 74 11 547 113 77
Binary 11100111 1011010 1011101 0 111101 111100 1001 101100111 1001011 111111

Color Harmonies of #E75A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75A5D

Black with #E75A5D

Text Example


Text Example

White with #E75A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75A5D; }

 p { color: rgb(231,90,93); }

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

background-color css

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

 a { background-color: rgb(231,90,93); }

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

border-color css

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

 span { border-color: rgb(231,90,93); }

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