Html Css Color HEX #EF555F Wild Watermelon

📋 copy color: '#EF555F'

red 239 ◦ green 85 ◦ blue 95

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

Shades of Wild Watermelon #EF555F

Tints of Wild Watermelon #EF555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 57.04%
G = 20.29%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF555F (or 0xEF555F) is known color: Wild Watermelon. HEX triplet: EF, 55 and 5F. RGB value is (239,85,95). Sum of RGB (Red+Green+Blue) = 239+85+95=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF555F is #10AAA0. Grayscale: #848484. Windows color (decimal): -1092257 or 6247919. OLE color: 6247919.

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

Color convert

RGB 239 85 95 -
CMYK 0 0.64 0.60 0.06
HSL 356.1º 0.83% 0.64% -
HSV(B) 356.1º 0.64% 0.94% -
XYZ 40.91 25.67 13.63 -
YUV 132.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 239 85 95 0 0.64 0.60 0.06 356.1 0.83 0.64
Hex EF 55 5F 0 40 3C 6 164 53 40
Octal 357 125 137 0 100 74 6 544 123 100
Binary 11101111 1010101 1011111 0 1000000 111100 110 101100100 1010011 1000000

Color Harmonies of #EF555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF555F

Black with #EF555F

Text Example


Text Example

White with #EF555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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