Html Css Color HEX #EE505B Mandy

📋 copy color: '#EE505B'

red 238 ◦ green 80 ◦ blue 91

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

Shades of Mandy #EE505B

Tints of Mandy #EE505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 58.19%
G = 19.56%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE505B (or 0xEE505B) is known color: Mandy. HEX triplet: EE, 50 and 5B. RGB value is (238,80,91). Sum of RGB (Red+Green+Blue) = 238+80+91=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE505B is #11AFA4. Grayscale: #808080. Windows color (decimal): -1159077 or 5984494. OLE color: 5984494.

HSL color Cylindrical-coordinate representation of color #EE505B: hue angle of 355.82º 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 #EE505B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 80 91 -
CMYK 0 0.66 0.62 0.07
HSL 355.82º 0.82% 0.62% -
HSV(B) 355.82º 0.66% 0.93% -
XYZ 40.02 24.67 12.55 -
YUV 128.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 238 80 91 0 0.66 0.62 0.07 355.82 0.82 0.62
Hex EE 50 5B 0 42 3E 7 164 52 3E
Octal 356 120 133 0 102 76 7 544 122 76
Binary 11101110 1010000 1011011 0 1000010 111110 111 101100100 1010010 111110

Color Harmonies of #EE505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE505B

Black with #EE505B

Text Example


Text Example

White with #EE505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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