Html Css Color HEX #EF515E Wild Watermelon

📋 copy color: '#EF515E'

red 239 ◦ green 81 ◦ blue 94

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

Shades of Wild Watermelon #EF515E

Tints of Wild Watermelon #EF515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 57.73%
G = 19.57%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EF515E (or 0xEF515E) is known color: Wild Watermelon. HEX triplet: EF, 51 and 5E. RGB value is (239,81,94). Sum of RGB (Red+Green+Blue) = 239+81+94=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF515E is #10AEA1. Grayscale: #818181. Windows color (decimal): -1093282 or 6181359. OLE color: 6181359.

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

Color convert

RGB 239 81 94 -
CMYK 0 0.66 0.61 0.06
HSL 355.06º 0.83% 0.63% -
HSV(B) 355.06º 0.66% 0.94% -
XYZ 40.56 25.04 13.29 -
YUV 129.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 239 81 94 0 0.66 0.61 0.06 355.06 0.83 0.63
Hex EF 51 5E 0 42 3D 6 163 53 3F
Octal 357 121 136 0 102 75 6 543 123 77
Binary 11101111 1010001 1011110 0 1000010 111101 110 101100011 1010011 111111

Color Harmonies of #EF515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF515E

Black with #EF515E

Text Example


Text Example

White with #EF515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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