Html Css Color HEX #EE5053 Mandy

📋 copy color: '#EE5053'

red 238 ◦ green 80 ◦ blue 83

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

Shades of Mandy #EE5053

Tints of Mandy #EE5053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 59.35%
G = 19.95%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE5053 (or 0xEE5053) is known color: Mandy. HEX triplet: EE, 50 and 53. RGB value is (238,80,83). Sum of RGB (Red+Green+Blue) = 238+80+83=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5053 is #11AFAC. Grayscale: #7F7F7F. Windows color (decimal): -1159085 or 5460206. OLE color: 5460206.

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

Color convert

RGB 238 80 83 -
CMYK 0 0.66 0.65 0.07
HSL 358.86º 0.82% 0.62% -
HSV(B) 358.86º 0.66% 0.93% -
XYZ 39.69 24.54 10.83 -
YUV 127.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 238 80 83 0 0.66 0.65 0.07 358.86 0.82 0.62
Hex EE 50 53 0 42 41 7 167 52 3E
Octal 356 120 123 0 102 101 7 547 122 76
Binary 11101110 1010000 1010011 0 1000010 1000001 111 101100111 1010010 111110

Color Harmonies of #EE5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5053

Black with #EE5053

Text Example


Text Example

White with #EE5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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