Html Css Color HEX #EE5268 Wild Watermelon

📋 copy color: '#EE5268'

red 238 ◦ green 82 ◦ blue 104

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

Shades of Wild Watermelon #EE5268

Tints of Wild Watermelon #EE5268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 56.13%
G = 19.34%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE5268 (or 0xEE5268) is known color: Wild Watermelon. HEX triplet: EE, 52 and 68. RGB value is (238,82,104). Sum of RGB (Red+Green+Blue) = 238+82+104=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5268 is #11AD97. Grayscale: #838383. Windows color (decimal): -1158552 or 6836974. OLE color: 6836974.

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

Color convert

RGB 238 82 104 -
CMYK 0 0.66 0.56 0.07
HSL 351.54º 0.82% 0.63% -
HSV(B) 351.54º 0.66% 0.93% -
XYZ 40.78 25.21 15.81 -
YUV 131.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 238 82 104 0 0.66 0.56 0.07 351.54 0.82 0.63
Hex EE 52 68 0 42 38 7 160 52 3F
Octal 356 122 150 0 102 70 7 540 122 77
Binary 11101110 1010010 1101000 0 1000010 111000 111 101100000 1010010 111111

Color Harmonies of #EE5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5268

Black with #EE5268

Text Example


Text Example

White with #EE5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5268; }

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

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

background-color css

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

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

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

border-color css

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

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

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