Html Css Color HEX #EB556E Wild Watermelon

📋 copy color: '#EB556E'

red 235 ◦ green 85 ◦ blue 110

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

Shades of Wild Watermelon #EB556E

Tints of Wild Watermelon #EB556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.58%

R = 54.65%
G = 19.77%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB556E (or 0xEB556E) is known color: Wild Watermelon. HEX triplet: EB, 55 and 6E. RGB value is (235,85,110). Sum of RGB (Red+Green+Blue) = 235+85+110=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB556E is #14AA91. Grayscale: #848484. Windows color (decimal): -1354386 or 7230955. OLE color: 7230955.

HSL color Cylindrical-coordinate representation of color #EB556E: hue angle of 350º 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 #EB556E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 110 -
CMYK 0 0.64 0.53 0.08
HSL 350º 0.79% 0.63% -
HSV(B) 350º 0.64% 0.92% -
XYZ 40.32 25.28 17.51 -
YUV 132.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 235 85 110 0 0.64 0.53 0.08 350 0.79 0.63
Hex EB 55 6E 0 40 35 8 15E 4F 3F
Octal 353 125 156 0 100 65 10 536 117 77
Binary 11101011 1010101 1101110 0 1000000 110101 1000 101011110 1001111 111111

Color Harmonies of #EB556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB556E

Black with #EB556E

Text Example


Text Example

White with #EB556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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