Html Css Color HEX #EE5269 Wild Watermelon

📋 copy color: '#EE5269'

red 238 ◦ green 82 ◦ blue 105

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

Shades of Wild Watermelon #EE5269

Tints of Wild Watermelon #EE5269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 56%
G = 19.29%
B = 24.71%

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

#EE5269 (or 0xEE5269) is known color: Wild Watermelon. HEX triplet: EE, 52 and 69. RGB value is (238,82,105). Sum of RGB (Red+Green+Blue) = 238+82+105=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5269 is #11AD96. Grayscale: #838383. Windows color (decimal): -1158551 or 6902510. OLE color: 6902510.

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

Color convert

RGB 238 82 105 -
CMYK 0 0.66 0.56 0.07
HSL 351.15º 0.82% 0.63% -
HSV(B) 351.15º 0.66% 0.93% -
XYZ 40.83 25.23 16.08 -
YUV 131.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 238 82 105 0 0.66 0.56 0.07 351.15 0.82 0.63
Hex EE 52 69 0 42 38 7 15F 52 3F
Octal 356 122 151 0 102 70 7 537 122 77
Binary 11101110 1010010 1101001 0 1000010 111000 111 101011111 1010010 111111

Color Harmonies of #EE5269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5269

Black with #EE5269

Text Example


Text Example

White with #EE5269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5269; }

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

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

background-color css

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

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

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

border-color css

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

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

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