Html Css Color HEX #EE526F Wild Watermelon

📋 copy color: '#EE526F'

red 238 ◦ green 82 ◦ blue 111

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

Shades of Wild Watermelon #EE526F

Tints of Wild Watermelon #EE526F

RGB

 RED value IS 238 (93.36% from 255) = 55.22%

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 111 (43.75% from 255) = 25.75%

R = 55.22%
G = 19.03%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE526F (or 0xEE526F) is known color: Wild Watermelon. HEX triplet: EE, 52 and 6F. RGB value is (238,82,111). Sum of RGB (Red+Green+Blue) = 238+82+111=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE526F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE526F is #11AD90. Grayscale: #838383. Windows color (decimal): -1158545 or 7295726. OLE color: 7295726.

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

Color convert

RGB 238 82 111 -
CMYK 0 0.66 0.53 0.07
HSL 348.85º 0.82% 0.63% -
HSV(B) 348.85º 0.66% 0.93% -
XYZ 41.15 25.36 17.77 -
YUV 131.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 238 82 111 0 0.66 0.53 0.07 348.85 0.82 0.63
Hex EE 52 6F 0 42 35 7 15D 52 3F
Octal 356 122 157 0 102 65 7 535 122 77
Binary 11101110 1010010 1101111 0 1000010 110101 111 101011101 1010010 111111

Color Harmonies of #EE526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE526F

Black with #EE526F

Text Example


Text Example

White with #EE526F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE526F; }

 p { color: rgb(238,82,111); }

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

background-color css

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

 a { background-color: rgb(238,82,111); }

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

border-color css

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

 span { border-color: rgb(238,82,111); }

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