Html Css Color HEX #EE505D Mandy

📋 copy color: '#EE505D'

red 238 ◦ green 80 ◦ blue 93

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

Shades of Mandy #EE505D

Tints of Mandy #EE505D

RGB

 RED value IS 238 (93.36% from 255) = 57.91%

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

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

R = 57.91%
G = 19.46%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE505D (or 0xEE505D) is known color: Mandy. HEX triplet: EE, 50 and 5D. RGB value is (238,80,93). Sum of RGB (Red+Green+Blue) = 238+80+93=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505D is #11AFA2. Grayscale: #808080. Windows color (decimal): -1159075 or 6115566. OLE color: 6115566.

HSL color Cylindrical-coordinate representation of color #EE505D: hue angle of 355.06º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE505D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 93 -
CMYK 0 0.66 0.61 0.07
HSL 355.06º 0.82% 0.62% -
HSV(B) 355.06º 0.66% 0.93% -
XYZ 40.1 24.7 13.01 -
YUV 128.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 238 80 93 0 0.66 0.61 0.07 355.06 0.82 0.62
Hex EE 50 5D 0 42 3D 7 163 52 3E
Octal 356 120 135 0 102 75 7 543 122 76
Binary 11101110 1010000 1011101 0 1000010 111101 111 101100011 1010010 111110

Color Harmonies of #EE505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE505D

Black with #EE505D

Text Example


Text Example

White with #EE505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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