Html Css Color HEX #EF545A Mandy

📋 copy color: '#EF545A'

red 239 ◦ green 84 ◦ blue 90

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

Shades of Mandy #EF545A

Tints of Mandy #EF545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 57.87%
G = 20.34%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF545A (or 0xEF545A) is known color: Mandy. HEX triplet: EF, 54 and 5A. RGB value is (239,84,90). Sum of RGB (Red+Green+Blue) = 239+84+90=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF545A is #10ABA5. Grayscale: #838383. Windows color (decimal): -1092518 or 5919983. OLE color: 5919983.

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

Color convert

RGB 239 84 90 -
CMYK 0 0.65 0.62 0.06
HSL 357.68º 0.83% 0.63% -
HSV(B) 357.68º 0.65% 0.94% -
XYZ 40.61 25.43 12.44 -
YUV 131.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 239 84 90 0 0.65 0.62 0.06 357.68 0.83 0.63
Hex EF 54 5A 0 41 3E 6 166 53 3F
Octal 357 124 132 0 101 76 6 546 123 77
Binary 11101111 1010100 1011010 0 1000001 111110 110 101100110 1010011 111111

Color Harmonies of #EF545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF545A

Black with #EF545A

Text Example


Text Example

White with #EF545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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