Html Css Color HEX #EF5969 Wild Watermelon

📋 copy color: '#EF5969'

red 239 ◦ green 89 ◦ blue 105

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

Shades of Wild Watermelon #EF5969

Tints of Wild Watermelon #EF5969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.55%

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 55.2%
G = 20.55%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF5969 (or 0xEF5969) is known color: Wild Watermelon. HEX triplet: EF, 59 and 69. RGB value is (239,89,105). Sum of RGB (Red+Green+Blue) = 239+89+105=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5969 is #10A696. Grayscale: #878787. Windows color (decimal): -1091223 or 6904303. OLE color: 6904303.

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

Color convert

RGB 239 89 105 -
CMYK 0 0.63 0.56 0.06
HSL 353.6º 0.82% 0.64% -
HSV(B) 353.6º 0.63% 0.94% -
XYZ 41.72 26.52 16.28 -
YUV 135.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 239 89 105 0 0.63 0.56 0.06 353.6 0.82 0.64
Hex EF 59 69 0 3F 38 6 162 52 40
Octal 357 131 151 0 77 70 6 542 122 100
Binary 11101111 1011001 1101001 0 111111 111000 110 101100010 1010010 1000000

Color Harmonies of #EF5969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5969

Black with #EF5969

Text Example


Text Example

White with #EF5969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5969; }

 p { color: rgb(239,89,105); }

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

background-color css

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

 a { background-color: rgb(239,89,105); }

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

border-color css

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

 span { border-color: rgb(239,89,105); }

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