Html Css Color HEX #EF585D Wild Watermelon

📋 copy color: '#EF585D'

red 239 ◦ green 88 ◦ blue 93

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

Shades of Wild Watermelon #EF585D

Tints of Wild Watermelon #EF585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 56.9%
G = 20.95%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF585D (or 0xEF585D) is known color: Wild Watermelon. HEX triplet: EF, 58 and 5D. RGB value is (239,88,93). Sum of RGB (Red+Green+Blue) = 239+88+93=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF585D is #10A7A2. Grayscale: #858585. Windows color (decimal): -1091491 or 6117615. OLE color: 6117615.

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

Color convert

RGB 239 88 93 -
CMYK 0 0.63 0.61 0.06
HSL 358.01º 0.83% 0.64% -
HSV(B) 358.01º 0.63% 0.94% -
XYZ 41.06 26.12 13.23 -
YUV 133.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 239 88 93 0 0.63 0.61 0.06 358.01 0.83 0.64
Hex EF 58 5D 0 3F 3D 6 166 53 40
Octal 357 130 135 0 77 75 6 546 123 100
Binary 11101111 1011000 1011101 0 111111 111101 110 101100110 1010011 1000000

Color Harmonies of #EF585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF585D

Black with #EF585D

Text Example


Text Example

White with #EF585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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