Html Css Color HEX #EE3299 Wild Strawberry

📋 copy color: '#EE3299'

red 238 ◦ green 50 ◦ blue 153

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

Shades of Wild Strawberry #EE3299

Tints of Wild Strawberry #EE3299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 53.97%
G = 11.34%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE3299 (or 0xEE3299) is known color: Wild Strawberry. HEX triplet: EE, 32 and 99. RGB value is (238,50,153). Sum of RGB (Red+Green+Blue) = 238+50+153=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3299 is #11CD66. Grayscale: #757575. Windows color (decimal): -1166695 or 10040046. OLE color: 10040046.

HSL color Cylindrical-coordinate representation of color #EE3299: hue angle of 327.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3299 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 50 153 -
CMYK 0 0.79 0.36 0.07
HSL 327.13º 0.85% 0.56% -
HSV(B) 327.13º 0.79% 0.93% -
XYZ 42.15 22.76 32.31 -
YUV 117.95 147.78 213.62 -
System Red Green Blue C M Y K H S L
Decimal 238 50 153 0 0.79 0.36 0.07 327.13 0.85 0.56
Hex EE 32 99 0 4F 24 7 147 55 38
Octal 356 62 231 0 117 44 7 507 125 70
Binary 11101110 110010 10011001 0 1001111 100100 111 101000111 1010101 111000

Color Harmonies of #EE3299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3299

Black with #EE3299

Text Example


Text Example

White with #EE3299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3299; }

 p { color: rgb(238,50,153); }

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

background-color css

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

 a { background-color: rgb(238,50,153); }

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

border-color css

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

 span { border-color: rgb(238,50,153); }

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