Html Css Color HEX #EE526C Wild Watermelon

📋 copy color: '#EE526C'

red 238 ◦ green 82 ◦ blue 108

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

Shades of Wild Watermelon #EE526C

Tints of Wild Watermelon #EE526C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.23%

R = 55.61%
G = 19.16%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE526C (or 0xEE526C) is known color: Wild Watermelon. HEX triplet: EE, 52 and 6C. RGB value is (238,82,108). Sum of RGB (Red+Green+Blue) = 238+82+108=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE526C is #11AD93. Grayscale: #838383. Windows color (decimal): -1158548 or 7099118. OLE color: 7099118.

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

Color convert

RGB 238 82 108 -
CMYK 0 0.66 0.55 0.07
HSL 350º 0.82% 0.63% -
HSV(B) 350º 0.66% 0.93% -
XYZ 40.98 25.29 16.91 -
YUV 131.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 238 82 108 0 0.66 0.55 0.07 350 0.82 0.63
Hex EE 52 6C 0 42 37 7 15E 52 3F
Octal 356 122 154 0 102 67 7 536 122 77
Binary 11101110 1010010 1101100 0 1000010 110111 111 101011110 1010010 111111

Color Harmonies of #EE526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE526C

Black with #EE526C

Text Example


Text Example

White with #EE526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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