Html Css Color HEX #EA5768 Wild Watermelon

📋 copy color: '#EA5768'

red 234 ◦ green 87 ◦ blue 104

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

Shades of Wild Watermelon #EA5768

Tints of Wild Watermelon #EA5768

RGB

 RED value IS 234 (91.8% from 255) = 55.06%

 GREEN value IS 87 (34.38% from 255) = 20.47%

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

R = 55.06%
G = 20.47%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA5768 (or 0xEA5768) is known color: Wild Watermelon. HEX triplet: EA, 57 and 68. RGB value is (234,87,104). Sum of RGB (Red+Green+Blue) = 234+87+104=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5768 is #15A897. Grayscale: #848484. Windows color (decimal): -1419416 or 6838250. OLE color: 6838250.

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

Color convert

RGB 234 87 104 -
CMYK 0 0.63 0.56 0.08
HSL 353.06º 0.78% 0.63% -
HSV(B) 353.06º 0.63% 0.92% -
XYZ 39.84 25.31 15.88 -
YUV 132.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 234 87 104 0 0.63 0.56 0.08 353.06 0.78 0.63
Hex EA 57 68 0 3F 38 8 161 4E 3F
Octal 352 127 150 0 77 70 10 541 116 77
Binary 11101010 1010111 1101000 0 111111 111000 1000 101100001 1001110 111111

Color Harmonies of #EA5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5768

Black with #EA5768

Text Example


Text Example

White with #EA5768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5768; }

 p { color: rgb(234,87,104); }

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

background-color css

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

 a { background-color: rgb(234,87,104); }

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

border-color css

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

 span { border-color: rgb(234,87,104); }

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