Html Css Color HEX #EB525D Mandy

📋 copy color: '#EB525D'

red 235 ◦ green 82 ◦ blue 93

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

Shades of Mandy #EB525D

Tints of Mandy #EB525D

RGB

 RED value IS 235 (92.19% from 255) = 57.32%

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

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

R = 57.32%
G = 20%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB525D (or 0xEB525D) is known color: Mandy. HEX triplet: EB, 52 and 5D. RGB value is (235,82,93). Sum of RGB (Red+Green+Blue) = 235+82+93=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB525D is #14ADA2. Grayscale: #818181. Windows color (decimal): -1355171 or 6116075. OLE color: 6116075.

HSL color Cylindrical-coordinate representation of color #EB525D: hue angle of 355.69º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB525D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 82 93 -
CMYK 0 0.65 0.60 0.08
HSL 355.69º 0.79% 0.62% -
HSV(B) 355.69º 0.65% 0.92% -
XYZ 39.25 24.49 13.01 -
YUV 129 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 235 82 93 0 0.65 0.60 0.08 355.69 0.79 0.62
Hex EB 52 5D 0 41 3C 8 164 4F 3E
Octal 353 122 135 0 101 74 10 544 117 76
Binary 11101011 1010010 1011101 0 1000001 111100 1000 101100100 1001111 111110

Color Harmonies of #EB525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB525D

Black with #EB525D

Text Example


Text Example

White with #EB525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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