Html Css Color HEX #EA5569 Wild Watermelon

📋 copy color: '#EA5569'

red 234 ◦ green 85 ◦ blue 105

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

Shades of Wild Watermelon #EA5569

Tints of Wild Watermelon #EA5569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.76%

R = 55.19%
G = 20.05%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA5569 (or 0xEA5569) is known color: Wild Watermelon. HEX triplet: EA, 55 and 69. RGB value is (234,85,105). Sum of RGB (Red+Green+Blue) = 234+85+105=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5569 is #15AA96. Grayscale: #838383. Windows color (decimal): -1419927 or 6903274. OLE color: 6903274.

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

Color convert

RGB 234 85 105 -
CMYK 0 0.64 0.55 0.08
HSL 351.95º 0.78% 0.63% -
HSV(B) 351.95º 0.64% 0.92% -
XYZ 39.73 25.01 16.1 -
YUV 131.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 234 85 105 0 0.64 0.55 0.08 351.95 0.78 0.63
Hex EA 55 69 0 40 37 8 160 4E 3F
Octal 352 125 151 0 100 67 10 540 116 77
Binary 11101010 1010101 1101001 0 1000000 110111 1000 101100000 1001110 111111

Color Harmonies of #EA5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5569

Black with #EA5569

Text Example


Text Example

White with #EA5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5569; }

 p { color: rgb(234,85,105); }

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

background-color css

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

 a { background-color: rgb(234,85,105); }

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

border-color css

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

 span { border-color: rgb(234,85,105); }

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