Html Css Color HEX #EF516A Wild Watermelon

📋 copy color: '#EF516A'

red 239 ◦ green 81 ◦ blue 106

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

Shades of Wild Watermelon #EF516A

Tints of Wild Watermelon #EF516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 56.1%
G = 19.01%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF516A (or 0xEF516A) is known color: Wild Watermelon. HEX triplet: EF, 51 and 6A. RGB value is (239,81,106). Sum of RGB (Red+Green+Blue) = 239+81+106=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF516A is #10AE95. Grayscale: #838383. Windows color (decimal): -1093270 or 6967791. OLE color: 6967791.

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

Color convert

RGB 239 81 106 -
CMYK 0 0.66 0.56 0.06
HSL 350.51º 0.83% 0.63% -
HSV(B) 350.51º 0.66% 0.94% -
XYZ 41.14 25.28 16.35 -
YUV 131.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 239 81 106 0 0.66 0.56 0.06 350.51 0.83 0.63
Hex EF 51 6A 0 42 38 6 15F 53 3F
Octal 357 121 152 0 102 70 6 537 123 77
Binary 11101111 1010001 1101010 0 1000010 111000 110 101011111 1010011 111111

Color Harmonies of #EF516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF516A

Black with #EF516A

Text Example


Text Example

White with #EF516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF516A; }

 p { color: rgb(239,81,106); }

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

background-color css

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

 a { background-color: rgb(239,81,106); }

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

border-color css

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

 span { border-color: rgb(239,81,106); }

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