Html Css Color HEX #EA586A Wild Watermelon

📋 copy color: '#EA586A'

red 234 ◦ green 88 ◦ blue 106

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

Shades of Wild Watermelon #EA586A

Tints of Wild Watermelon #EA586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 54.67%
G = 20.56%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA586A (or 0xEA586A) is known color: Wild Watermelon. HEX triplet: EA, 58 and 6A. RGB value is (234,88,106). Sum of RGB (Red+Green+Blue) = 234+88+106=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA586A is #15A795. Grayscale: #858585. Windows color (decimal): -1419158 or 6969578. OLE color: 6969578.

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

Color convert

RGB 234 88 106 -
CMYK 0 0.62 0.55 0.08
HSL 352.6º 0.78% 0.63% -
HSV(B) 352.6º 0.62% 0.92% -
XYZ 40.02 25.51 16.45 -
YUV 133.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 234 88 106 0 0.62 0.55 0.08 352.6 0.78 0.63
Hex EA 58 6A 0 3E 37 8 161 4E 3F
Octal 352 130 152 0 76 67 10 541 116 77
Binary 11101010 1011000 1101010 0 111110 110111 1000 101100001 1001110 111111

Color Harmonies of #EA586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA586A

Black with #EA586A

Text Example


Text Example

White with #EA586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA586A; }

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

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

background-color css

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

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

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

border-color css

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

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

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