Html Css Color HEX #ED5165 Wild Watermelon

📋 copy color: '#ED5165'

red 237 ◦ green 81 ◦ blue 101

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

Shades of Wild Watermelon #ED5165

Tints of Wild Watermelon #ED5165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 56.56%
G = 19.33%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED5165 (or 0xED5165) is known color: Wild Watermelon. HEX triplet: ED, 51 and 65. RGB value is (237,81,101). Sum of RGB (Red+Green+Blue) = 237+81+101=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5165 is #12AE9A. Grayscale: #828282. Windows color (decimal): -1224347 or 6640109. OLE color: 6640109.

HSL color Cylindrical-coordinate representation of color #ED5165: hue angle of 352.31º 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 #ED5165 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 101 -
CMYK 0 0.66 0.57 0.07
HSL 352.31º 0.81% 0.62% -
HSV(B) 352.31º 0.66% 0.93% -
XYZ 40.22 24.83 14.98 -
YUV 129.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 237 81 101 0 0.66 0.57 0.07 352.31 0.81 0.62
Hex ED 51 65 0 42 39 7 160 51 3E
Octal 355 121 145 0 102 71 7 540 121 76
Binary 11101101 1010001 1100101 0 1000010 111001 111 101100000 1010001 111110

Color Harmonies of #ED5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5165

Black with #ED5165

Text Example


Text Example

White with #ED5165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5165; }

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

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

background-color css

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

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

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

border-color css

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

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

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