Html Css Color HEX #EF506C Wild Watermelon

📋 copy color: '#EF506C'

red 239 ◦ green 80 ◦ blue 108

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

Shades of Wild Watermelon #EF506C

Tints of Wild Watermelon #EF506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 55.97%
G = 18.74%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF506C (or 0xEF506C) is known color: Wild Watermelon. HEX triplet: EF, 50 and 6C. RGB value is (239,80,108). Sum of RGB (Red+Green+Blue) = 239+80+108=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF506C is #10AF93. Grayscale: #828282. Windows color (decimal): -1093524 or 7098607. OLE color: 7098607.

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

Color convert

RGB 239 80 108 -
CMYK 0 0.67 0.55 0.06
HSL 349.43º 0.83% 0.63% -
HSV(B) 349.43º 0.67% 0.94% -
XYZ 41.17 25.17 16.88 -
YUV 130.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 239 80 108 0 0.67 0.55 0.06 349.43 0.83 0.63
Hex EF 50 6C 0 43 37 6 15D 53 3F
Octal 357 120 154 0 103 67 6 535 123 77
Binary 11101111 1010000 1101100 0 1000011 110111 110 101011101 1010011 111111

Color Harmonies of #EF506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF506C

Black with #EF506C

Text Example


Text Example

White with #EF506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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