Html Css Color HEX #EE5355 Mandy

📋 copy color: '#EE5355'

red 238 ◦ green 83 ◦ blue 85

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

Shades of Mandy #EE5355

Tints of Mandy #EE5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 58.62%
G = 20.44%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE5355 (or 0xEE5355) is known color: Mandy. HEX triplet: EE, 53 and 55. RGB value is (238,83,85). Sum of RGB (Red+Green+Blue) = 238+83+85=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5355 is #11ACAA. Grayscale: #818181. Windows color (decimal): -1158315 or 5592046. OLE color: 5592046.

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

Color convert

RGB 238 83 85 -
CMYK 0 0.65 0.64 0.07
HSL 359.23º 0.82% 0.63% -
HSV(B) 359.23º 0.65% 0.93% -
XYZ 39.99 25.02 11.32 -
YUV 129.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 238 83 85 0 0.65 0.64 0.07 359.23 0.82 0.63
Hex EE 53 55 0 41 40 7 167 52 3F
Octal 356 123 125 0 101 100 7 547 122 77
Binary 11101110 1010011 1010101 0 1000001 1000000 111 101100111 1010010 111111

Color Harmonies of #EE5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5355

Black with #EE5355

Text Example


Text Example

White with #EE5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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