Html Css Color HEX #EF585A Mandy

📋 copy color: '#EF585A'

red 239 ◦ green 88 ◦ blue 90

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

Shades of Mandy #EF585A

Tints of Mandy #EF585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 57.31%
G = 21.1%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF585A (or 0xEF585A) is known color: Mandy. HEX triplet: EF, 58 and 5A. RGB value is (239,88,90). Sum of RGB (Red+Green+Blue) = 239+88+90=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF585A is #10A7A5. Grayscale: #858585. Windows color (decimal): -1091494 or 5921007. OLE color: 5921007.

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

Color convert

RGB 239 88 90 -
CMYK 0 0.63 0.62 0.06
HSL 359.21º 0.83% 0.64% -
HSV(B) 359.21º 0.63% 0.94% -
XYZ 40.93 26.07 12.55 -
YUV 133.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 239 88 90 0 0.63 0.62 0.06 359.21 0.83 0.64
Hex EF 58 5A 0 3F 3E 6 167 53 40
Octal 357 130 132 0 77 76 6 547 123 100
Binary 11101111 1011000 1011010 0 111111 111110 110 101100111 1010011 1000000

Color Harmonies of #EF585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF585A

Black with #EF585A

Text Example


Text Example

White with #EF585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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