Html Css Color HEX #EC566A Wild Watermelon

📋 copy color: '#EC566A'

red 236 ◦ green 86 ◦ blue 106

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

Shades of Wild Watermelon #EC566A

Tints of Wild Watermelon #EC566A

RGB

 RED value IS 236 (92.58% from 255) = 55.14%

 GREEN value IS 86 (33.98% from 255) = 20.09%

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

R = 55.14%
G = 20.09%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC566A (or 0xEC566A) is known color: Wild Watermelon. HEX triplet: EC, 56 and 6A. RGB value is (236,86,106). Sum of RGB (Red+Green+Blue) = 236+86+106=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC566A is #13A995. Grayscale: #858585. Windows color (decimal): -1288598 or 6969068. OLE color: 6969068.

HSL color Cylindrical-coordinate representation of color #EC566A: hue angle of 352º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC566A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 106 -
CMYK 0 0.64 0.55 0.07
HSL 352º 0.8% 0.63% -
HSV(B) 352º 0.64% 0.93% -
XYZ 40.52 25.53 16.43 -
YUV 133.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 236 86 106 0 0.64 0.55 0.07 352 0.8 0.63
Hex EC 56 6A 0 40 37 7 160 50 3F
Octal 354 126 152 0 100 67 7 540 120 77
Binary 11101100 1010110 1101010 0 1000000 110111 111 101100000 1010000 111111

Color Harmonies of #EC566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC566A

Black with #EC566A

Text Example


Text Example

White with #EC566A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC566A; }

 p { color: rgb(236,86,106); }

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

background-color css

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

 a { background-color: rgb(236,86,106); }

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

border-color css

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

 span { border-color: rgb(236,86,106); }

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