Html Css Color HEX #EB5566 Wild Watermelon

📋 copy color: '#EB5566'

red 235 ◦ green 85 ◦ blue 102

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

Shades of Wild Watermelon #EB5566

Tints of Wild Watermelon #EB5566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 55.69%
G = 20.14%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB5566 (or 0xEB5566) is known color: Wild Watermelon. HEX triplet: EB, 55 and 66. RGB value is (235,85,102). Sum of RGB (Red+Green+Blue) = 235+85+102=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5566 is #14AA99. Grayscale: #838383. Windows color (decimal): -1354394 or 6706667. OLE color: 6706667.

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

Color convert

RGB 235 85 102 -
CMYK 0 0.64 0.57 0.08
HSL 353.2º 0.79% 0.63% -
HSV(B) 353.2º 0.64% 0.92% -
XYZ 39.91 25.12 15.32 -
YUV 131.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 235 85 102 0 0.64 0.57 0.08 353.2 0.79 0.63
Hex EB 55 66 0 40 39 8 161 4F 3F
Octal 353 125 146 0 100 71 10 541 117 77
Binary 11101011 1010101 1100110 0 1000000 111001 1000 101100001 1001111 111111

Color Harmonies of #EB5566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5566

Black with #EB5566

Text Example


Text Example

White with #EB5566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5566; }

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

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

background-color css

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

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

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

border-color css

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

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

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