Html Css Color HEX #ED5162 Wild Watermelon

📋 copy color: '#ED5162'

red 237 ◦ green 81 ◦ blue 98

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

Shades of Wild Watermelon #ED5162

Tints of Wild Watermelon #ED5162

RGB

 RED value IS 237 (92.97% from 255) = 56.97%

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 56.97%
G = 19.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED5162 (or 0xED5162) is known color: Wild Watermelon. HEX triplet: ED, 51 and 62. RGB value is (237,81,98). Sum of RGB (Red+Green+Blue) = 237+81+98=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5162 is #12AE9D. Grayscale: #818181. Windows color (decimal): -1224350 or 6443501. OLE color: 6443501.

HSL color Cylindrical-coordinate representation of color #ED5162: hue angle of 353.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED5162 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 98 -
CMYK 0 0.66 0.59 0.07
HSL 353.46º 0.81% 0.62% -
HSV(B) 353.46º 0.66% 0.93% -
XYZ 40.07 24.77 14.22 -
YUV 129.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 237 81 98 0 0.66 0.59 0.07 353.46 0.81 0.62
Hex ED 51 62 0 42 3B 7 161 51 3E
Octal 355 121 142 0 102 73 7 541 121 76
Binary 11101101 1010001 1100010 0 1000010 111011 111 101100001 1010001 111110

Color Harmonies of #ED5162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5162

Black with #ED5162

Text Example


Text Example

White with #ED5162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5162; }

 p { color: rgb(237,81,98); }

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

background-color css

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

 a { background-color: rgb(237,81,98); }

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

border-color css

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

 span { border-color: rgb(237,81,98); }

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