Html Css Color HEX #E6525D Mandy

📋 copy color: '#E6525D'

red 230 ◦ green 82 ◦ blue 93

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

Shades of Mandy #E6525D

Tints of Mandy #E6525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.25%

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

R = 56.79%
G = 20.25%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6525D (or 0xE6525D) is known color: Mandy. HEX triplet: E6, 52 and 5D. RGB value is (230,82,93). Sum of RGB (Red+Green+Blue) = 230+82+93=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6525D is #19ADA2. Grayscale: #7F7F7F. Windows color (decimal): -1682851 or 6116070. OLE color: 6116070.

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

Color convert

RGB 230 82 93 -
CMYK 0 0.64 0.60 0.10
HSL 355.54º 0.75% 0.61% -
HSV(B) 355.54º 0.64% 0.9% -
XYZ 37.63 23.65 12.94 -
YUV 127.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 230 82 93 0 0.64 0.60 0.10 355.54 0.75 0.61
Hex E6 52 5D 0 40 3C A 164 4B 3D
Octal 346 122 135 0 100 74 12 544 113 75
Binary 11100110 1010010 1011101 0 1000000 111100 1010 101100100 1001011 111101

Color Harmonies of #E6525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6525D

Black with #E6525D

Text Example


Text Example

White with #E6525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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