Html Css Color HEX #EA5367 Wild Watermelon

📋 copy color: '#EA5367'

red 234 ◦ green 83 ◦ blue 103

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

Shades of Wild Watermelon #EA5367

Tints of Wild Watermelon #EA5367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.52%

R = 55.71%
G = 19.76%
B = 24.52%

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

#EA5367 (or 0xEA5367) is known color: Wild Watermelon. HEX triplet: EA, 53 and 67. RGB value is (234,83,103). Sum of RGB (Red+Green+Blue) = 234+83+103=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5367 is #15AC98. Grayscale: #828282. Windows color (decimal): -1420441 or 6771690. OLE color: 6771690.

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

Color convert

RGB 234 83 103 -
CMYK 0 0.65 0.56 0.08
HSL 352.05º 0.78% 0.62% -
HSV(B) 352.05º 0.65% 0.92% -
XYZ 39.47 24.66 15.51 -
YUV 130.43 112.53 201.87 -
System Red Green Blue C M Y K H S L
Decimal 234 83 103 0 0.65 0.56 0.08 352.05 0.78 0.62
Hex EA 53 67 0 41 38 8 160 4E 3E
Octal 352 123 147 0 101 70 10 540 116 76
Binary 11101010 1010011 1100111 0 1000001 111000 1000 101100000 1001110 111110

Color Harmonies of #EA5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5367

Black with #EA5367

Text Example


Text Example

White with #EA5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5367; }

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

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

background-color css

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

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

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

border-color css

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

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

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