Html Css Color HEX #EF5455 Mandy

📋 copy color: '#EF5455'

red 239 ◦ green 84 ◦ blue 85

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

Shades of Mandy #EF5455

Tints of Mandy #EF5455

RGB

 RED value IS 239 (93.75% from 255) = 58.58%

 GREEN value IS 84 (33.2% from 255) = 20.59%

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

R = 58.58%
G = 20.59%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF5455 (or 0xEF5455) is known color: Mandy. HEX triplet: EF, 54 and 55. RGB value is (239,84,85). Sum of RGB (Red+Green+Blue) = 239+84+85=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5455 is #10ABAA. Grayscale: #828282. Windows color (decimal): -1092523 or 5592303. OLE color: 5592303.

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

Color convert

RGB 239 84 85 -
CMYK 0 0.65 0.64 0.06
HSL 359.61º 0.83% 0.63% -
HSV(B) 359.61º 0.65% 0.94% -
XYZ 40.41 25.35 11.36 -
YUV 130.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 239 84 85 0 0.65 0.64 0.06 359.61 0.83 0.63
Hex EF 54 55 0 41 40 6 168 53 3F
Octal 357 124 125 0 101 100 6 550 123 77
Binary 11101111 1010100 1010101 0 1000001 1000000 110 101101000 1010011 111111

Color Harmonies of #EF5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5455

Black with #EF5455

Text Example


Text Example

White with #EF5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5455; }

 p { color: rgb(239,84,85); }

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

background-color css

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

 a { background-color: rgb(239,84,85); }

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

border-color css

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

 span { border-color: rgb(239,84,85); }

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