Html Css Color HEX #EF5569 Wild Watermelon

📋 copy color: '#EF5569'

red 239 ◦ green 85 ◦ blue 105

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

Shades of Wild Watermelon #EF5569

Tints of Wild Watermelon #EF5569

RGB

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

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

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

R = 55.71%
G = 19.81%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF5569 (or 0xEF5569) is known color: Wild Watermelon. HEX triplet: EF, 55 and 69. RGB value is (239,85,105). Sum of RGB (Red+Green+Blue) = 239+85+105=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5569 is #10AA96. Grayscale: #858585. Windows color (decimal): -1092247 or 6903279. OLE color: 6903279.

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

Color convert

RGB 239 85 105 -
CMYK 0 0.64 0.56 0.06
HSL 352.21º 0.83% 0.64% -
HSV(B) 352.21º 0.64% 0.94% -
XYZ 41.39 25.87 16.18 -
YUV 133.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 239 85 105 0 0.64 0.56 0.06 352.21 0.83 0.64
Hex EF 55 69 0 40 38 6 160 53 40
Octal 357 125 151 0 100 70 6 540 123 100
Binary 11101111 1010101 1101001 0 1000000 111000 110 101100000 1010011 1000000

Color Harmonies of #EF5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5569

Black with #EF5569

Text Example


Text Example

White with #EF5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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