Html Css Color HEX #E6505D Mandy

📋 copy color: '#E6505D'

red 230 ◦ green 80 ◦ blue 93

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

Shades of Mandy #E6505D

Tints of Mandy #E6505D

RGB

 RED value IS 230 (90.23% from 255) = 57.07%

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 57.07%
G = 19.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6505D (or 0xE6505D) is known color: Mandy. HEX triplet: E6, 50 and 5D. RGB value is (230,80,93). Sum of RGB (Red+Green+Blue) = 230+80+93=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6505D is #19AFA2. Grayscale: #7E7E7E. Windows color (decimal): -1683363 or 6115558. OLE color: 6115558.

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

Color convert

RGB 230 80 93 -
CMYK 0 0.65 0.60 0.10
HSL 354.8º 0.75% 0.61% -
HSV(B) 354.8º 0.65% 0.9% -
XYZ 37.48 23.35 12.89 -
YUV 126.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 230 80 93 0 0.65 0.60 0.10 354.8 0.75 0.61
Hex E6 50 5D 0 41 3C A 163 4B 3D
Octal 346 120 135 0 101 74 12 543 113 75
Binary 11100110 1010000 1011101 0 1000001 111100 1010 101100011 1001011 111101

Color Harmonies of #E6505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6505D

Black with #E6505D

Text Example


Text Example

White with #E6505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6505D; }

 p { color: rgb(230,80,93); }

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

background-color css

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

 a { background-color: rgb(230,80,93); }

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

border-color css

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

 span { border-color: rgb(230,80,93); }

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