Html Css Color HEX #EE3393 Wild Strawberry

📋 copy color: '#EE3393'

red 238 ◦ green 51 ◦ blue 147

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

Shades of Wild Strawberry #EE3393

Tints of Wild Strawberry #EE3393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.7%

 BLUE value IS 147 (57.81% from 255) = 33.72%

R = 54.59%
G = 11.7%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE3393 (or 0xEE3393) is known color: Wild Strawberry. HEX triplet: EE, 33 and 93. RGB value is (238,51,147). Sum of RGB (Red+Green+Blue) = 238+51+147=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3393 is #11CC6C. Grayscale: #757575. Windows color (decimal): -1166445 or 9647086. OLE color: 9647086.

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

Color convert

RGB 238 51 147 -
CMYK 0 0.79 0.38 0.07
HSL 329.2º 0.85% 0.57% -
HSV(B) 329.2º 0.79% 0.93% -
XYZ 41.71 22.65 29.78 -
YUV 117.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 238 51 147 0 0.79 0.38 0.07 329.2 0.85 0.57
Hex EE 33 93 0 4F 26 7 149 55 39
Octal 356 63 223 0 117 46 7 511 125 71
Binary 11101110 110011 10010011 0 1001111 100110 111 101001001 1010101 111001

Color Harmonies of #EE3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3393

Black with #EE3393

Text Example


Text Example

White with #EE3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3393; }

 p { color: rgb(238,51,147); }

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

background-color css

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

 a { background-color: rgb(238,51,147); }

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

border-color css

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

 span { border-color: rgb(238,51,147); }

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