Html Css Color HEX #EF5051 Mandy

📋 copy color: '#EF5051'

red 239 ◦ green 80 ◦ blue 81

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

Shades of Mandy #EF5051

Tints of Mandy #EF5051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 59.75%
G = 20%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EF5051 (or 0xEF5051) is known color: Mandy. HEX triplet: EF, 50 and 51. RGB value is (239,80,81). Sum of RGB (Red+Green+Blue) = 239+80+81=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5051 is #10AFAE. Grayscale: #7F7F7F. Windows color (decimal): -1093551 or 5329135. OLE color: 5329135.

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

Color convert

RGB 239 80 81 -
CMYK 0 0.67 0.66 0.06
HSL 359.62º 0.83% 0.63% -
HSV(B) 359.62º 0.67% 0.94% -
XYZ 39.95 24.68 10.44 -
YUV 127.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 239 80 81 0 0.67 0.66 0.06 359.62 0.83 0.63
Hex EF 50 51 0 43 42 6 168 53 3F
Octal 357 120 121 0 103 102 6 550 123 77
Binary 11101111 1010000 1010001 0 1000011 1000010 110 101101000 1010011 111111

Color Harmonies of #EF5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5051

Black with #EF5051

Text Example


Text Example

White with #EF5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5051; }

 p { color: rgb(239,80,81); }

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

background-color css

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

 a { background-color: rgb(239,80,81); }

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

border-color css

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

 span { border-color: rgb(239,80,81); }

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