Html Css Color HEX #EA5366 Wild Watermelon

📋 copy color: '#EA5366'

red 234 ◦ green 83 ◦ blue 102

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

Shades of Wild Watermelon #EA5366

Tints of Wild Watermelon #EA5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 55.85%
G = 19.81%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA5366 (or 0xEA5366) is known color: Wild Watermelon. HEX triplet: EA, 53 and 66. RGB value is (234,83,102). Sum of RGB (Red+Green+Blue) = 234+83+102=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5366 is #15AC99. Grayscale: #828282. Windows color (decimal): -1420442 or 6706154. OLE color: 6706154.

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

Color convert

RGB 234 83 102 -
CMYK 0 0.65 0.56 0.08
HSL 352.45º 0.78% 0.62% -
HSV(B) 352.45º 0.65% 0.92% -
XYZ 39.42 24.64 15.25 -
YUV 130.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 234 83 102 0 0.65 0.56 0.08 352.45 0.78 0.62
Hex EA 53 66 0 41 38 8 160 4E 3E
Octal 352 123 146 0 101 70 10 540 116 76
Binary 11101010 1010011 1100110 0 1000001 111000 1000 101100000 1001110 111110

Color Harmonies of #EA5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5366

Black with #EA5366

Text Example


Text Example

White with #EA5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5366; }

 p { color: rgb(234,83,102); }

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

background-color css

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

 a { background-color: rgb(234,83,102); }

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

border-color css

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

 span { border-color: rgb(234,83,102); }

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