Html Css Color HEX #EB556C Wild Watermelon

📋 copy color: '#EB556C'

red 235 ◦ green 85 ◦ blue 108

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

Shades of Wild Watermelon #EB556C

Tints of Wild Watermelon #EB556C

RGB

 RED value IS 235 (92.19% from 255) = 54.91%

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 54.91%
G = 19.86%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB556C (or 0xEB556C) is known color: Wild Watermelon. HEX triplet: EB, 55 and 6C. RGB value is (235,85,108). Sum of RGB (Red+Green+Blue) = 235+85+108=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB556C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB556C is #14AA93. Grayscale: #848484. Windows color (decimal): -1354388 or 7099883. OLE color: 7099883.

HSL color Cylindrical-coordinate representation of color #EB556C: hue angle of 350.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB556C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 108 -
CMYK 0 0.64 0.54 0.08
HSL 350.8º 0.79% 0.63% -
HSV(B) 350.8º 0.64% 0.92% -
XYZ 40.22 25.24 16.94 -
YUV 132.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 235 85 108 0 0.64 0.54 0.08 350.8 0.79 0.63
Hex EB 55 6C 0 40 36 8 15F 4F 3F
Octal 353 125 154 0 100 66 10 537 117 77
Binary 11101011 1010101 1101100 0 1000000 110110 1000 101011111 1001111 111111

Color Harmonies of #EB556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB556C

Black with #EB556C

Text Example


Text Example

White with #EB556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB556C; }

 p { color: rgb(235,85,108); }

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

background-color css

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

 a { background-color: rgb(235,85,108); }

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

border-color css

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

 span { border-color: rgb(235,85,108); }

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