Html Css Color HEX #EA586C Wild Watermelon

📋 copy color: '#EA586C'

red 234 ◦ green 88 ◦ blue 108

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

Shades of Wild Watermelon #EA586C

Tints of Wild Watermelon #EA586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.47%

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 54.42%
G = 20.47%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA586C (or 0xEA586C) is known color: Wild Watermelon. HEX triplet: EA, 58 and 6C. RGB value is (234,88,108). Sum of RGB (Red+Green+Blue) = 234+88+108=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA586C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA586C is #15A793. Grayscale: #868686. Windows color (decimal): -1419156 or 7100650. OLE color: 7100650.

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

Color convert

RGB 234 88 108 -
CMYK 0 0.62 0.54 0.08
HSL 351.78º 0.78% 0.63% -
HSV(B) 351.78º 0.62% 0.92% -
XYZ 40.13 25.55 17 -
YUV 133.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 234 88 108 0 0.62 0.54 0.08 351.78 0.78 0.63
Hex EA 58 6C 0 3E 36 8 160 4E 3F
Octal 352 130 154 0 76 66 10 540 116 77
Binary 11101010 1011000 1101100 0 111110 110110 1000 101100000 1001110 111111

Color Harmonies of #EA586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA586C

Black with #EA586C

Text Example


Text Example

White with #EA586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA586C; }

 p { color: rgb(234,88,108); }

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

background-color css

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

 a { background-color: rgb(234,88,108); }

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

border-color css

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

 span { border-color: rgb(234,88,108); }

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