Html Css Color HEX #EE515F Wild Watermelon

📋 copy color: '#EE515F'

red 238 ◦ green 81 ◦ blue 95

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

Shades of Wild Watermelon #EE515F

Tints of Wild Watermelon #EE515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 57.49%
G = 19.57%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE515F (or 0xEE515F) is known color: Wild Watermelon. HEX triplet: EE, 51 and 5F. RGB value is (238,81,95). Sum of RGB (Red+Green+Blue) = 238+81+95=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE515F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE515F is #11AEA0. Grayscale: #818181. Windows color (decimal): -1158817 or 6246894. OLE color: 6246894.

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

Color convert

RGB 238 81 95 -
CMYK 0 0.66 0.60 0.07
HSL 354.65º 0.82% 0.63% -
HSV(B) 354.65º 0.66% 0.93% -
XYZ 40.27 24.89 13.51 -
YUV 129.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 238 81 95 0 0.66 0.60 0.07 354.65 0.82 0.63
Hex EE 51 5F 0 42 3C 7 163 52 3F
Octal 356 121 137 0 102 74 7 543 122 77
Binary 11101110 1010001 1011111 0 1000010 111100 111 101100011 1010010 111111

Color Harmonies of #EE515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE515F

Black with #EE515F

Text Example


Text Example

White with #EE515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE515F; }

 p { color: rgb(238,81,95); }

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

background-color css

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

 a { background-color: rgb(238,81,95); }

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

border-color css

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

 span { border-color: rgb(238,81,95); }

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