Html Css Color HEX #EA576A Wild Watermelon

📋 copy color: '#EA576A'

red 234 ◦ green 87 ◦ blue 106

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

Shades of Wild Watermelon #EA576A

Tints of Wild Watermelon #EA576A

RGB

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

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

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

R = 54.8%
G = 20.37%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA576A (or 0xEA576A) is known color: Wild Watermelon. HEX triplet: EA, 57 and 6A. RGB value is (234,87,106). Sum of RGB (Red+Green+Blue) = 234+87+106=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA576A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA576A is #15A895. Grayscale: #858585. Windows color (decimal): -1419414 or 6969322. OLE color: 6969322.

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

Color convert

RGB 234 87 106 -
CMYK 0 0.63 0.55 0.08
HSL 352.24º 0.78% 0.63% -
HSV(B) 352.24º 0.63% 0.92% -
XYZ 39.94 25.35 16.42 -
YUV 133.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 234 87 106 0 0.63 0.55 0.08 352.24 0.78 0.63
Hex EA 57 6A 0 3F 37 8 160 4E 3F
Octal 352 127 152 0 77 67 10 540 116 77
Binary 11101010 1010111 1101010 0 111111 110111 1000 101100000 1001110 111111

Color Harmonies of #EA576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA576A

Black with #EA576A

Text Example


Text Example

White with #EA576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA576A; }

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

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

background-color css

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

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

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

border-color css

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

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

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