Html Css Color HEX #EB5568 Wild Watermelon

📋 copy color: '#EB5568'

red 235 ◦ green 85 ◦ blue 104

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

Shades of Wild Watermelon #EB5568

Tints of Wild Watermelon #EB5568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 55.42%
G = 20.05%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB5568 (or 0xEB5568) is known color: Wild Watermelon. HEX triplet: EB, 55 and 68. RGB value is (235,85,104). Sum of RGB (Red+Green+Blue) = 235+85+104=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5568 is #14AA97. Grayscale: #848484. Windows color (decimal): -1354392 or 6837739. OLE color: 6837739.

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

Color convert

RGB 235 85 104 -
CMYK 0 0.64 0.56 0.08
HSL 352.4º 0.79% 0.63% -
HSV(B) 352.4º 0.64% 0.92% -
XYZ 40.01 25.16 15.84 -
YUV 132.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 235 85 104 0 0.64 0.56 0.08 352.4 0.79 0.63
Hex EB 55 68 0 40 38 8 160 4F 3F
Octal 353 125 150 0 100 70 10 540 117 77
Binary 11101011 1010101 1101000 0 1000000 111000 1000 101100000 1001111 111111

Color Harmonies of #EB5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5568

Black with #EB5568

Text Example


Text Example

White with #EB5568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5568; }

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

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

background-color css

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

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

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

border-color css

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

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

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