#EF536A

Color #EF536A Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #EF536A

Tints of Wild Watermelon #EF536A

Color information

#EF536A (or 0xEF536A) is unknown color: approx Wild Watermelon. HEX triplet: EF, 53 and 6A. RGB value is (239,83,106). Sum of RGB (Red+Green+Blue) = 239+83+106=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF536A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF536A is #10AC95. Grayscale: #848484. Windows color (decimal): -1092758 or 6968303. OLE color: 6968303.

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

Color convert

RGB23983106-
CMYK00.650.560.06
HSL351.15º82.98%63.14%-
HSV(B)351.15º65.27%93.73%-
XYZ41.2925.5816.4-
YUV132.27113.18204.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.84%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=55.84%
G=19.39%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398310600.650.560.06351.1582.9863.14
HexEF536A04138615f533f
Octal357123152010170653712377
Binary1110111110100111101010010000011110001101010111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF536A; }

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

 H1.HeaderClassName
 {
   color: #EF536A;
 }
 .AnyTagClassName
 {
   color: #EF536A;
 }
</style>
background-color css

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

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

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

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

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

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