Html Css Color HEX #EA5468 Wild Watermelon

📋 copy color: '#EA5468'

red 234 ◦ green 84 ◦ blue 104

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

Shades of Wild Watermelon #EA5468

Tints of Wild Watermelon #EA5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 55.45%
G = 19.91%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA5468 (or 0xEA5468) is known color: Wild Watermelon. HEX triplet: EA, 54 and 68. RGB value is (234,84,104). Sum of RGB (Red+Green+Blue) = 234+84+104=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5468 is #15AB97. Grayscale: #838383. Windows color (decimal): -1420184 or 6837482. OLE color: 6837482.

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

Color convert

RGB 234 84 104 -
CMYK 0 0.64 0.56 0.08
HSL 352º 0.78% 0.62% -
HSV(B) 352º 0.64% 0.92% -
XYZ 39.6 24.83 15.8 -
YUV 131.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 234 84 104 0 0.64 0.56 0.08 352 0.78 0.62
Hex EA 54 68 0 40 38 8 160 4E 3E
Octal 352 124 150 0 100 70 10 540 116 76
Binary 11101010 1010100 1101000 0 1000000 111000 1000 101100000 1001110 111110

Color Harmonies of #EA5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5468

Black with #EA5468

Text Example


Text Example

White with #EA5468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5468; }

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

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

background-color css

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

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

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

border-color css

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

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

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