Html Css Color HEX #EE6074 Wild Watermelon

📋 copy color: '#EE6074'

red 238 ◦ green 96 ◦ blue 116

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

Shades of Wild Watermelon #EE6074

Tints of Wild Watermelon #EE6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.33%

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 52.89%
G = 21.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6074 (or 0xEE6074) is known color: Wild Watermelon. HEX triplet: EE, 60 and 74. RGB value is (238,96,116). Sum of RGB (Red+Green+Blue) = 238+96+116=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6074 is #119F8B. Grayscale: #8C8C8C. Windows color (decimal): -1154956 or 7626990. OLE color: 7626990.

HSL color Cylindrical-coordinate representation of color #EE6074: hue angle of 351.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6074 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 116 -
CMYK 0 0.60 0.51 0.07
HSL 351.55º 0.81% 0.65% -
HSV(B) 351.55º 0.6% 0.93% -
XYZ 42.6 27.8 19.64 -
YUV 140.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 238 96 116 0 0.60 0.51 0.07 351.55 0.81 0.65
Hex EE 60 74 0 3C 33 7 160 51 41
Octal 356 140 164 0 74 63 7 540 121 101
Binary 11101110 1100000 1110100 0 111100 110011 111 101100000 1010001 1000001

Color Harmonies of #EE6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6074

Black with #EE6074

Text Example


Text Example

White with #EE6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6074; }

 p { color: rgb(238,96,116); }

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

background-color css

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

 a { background-color: rgb(238,96,116); }

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

border-color css

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

 span { border-color: rgb(238,96,116); }

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