Html Css Color HEX #EE3294 Wild Strawberry

📋 copy color: '#EE3294'

red 238 ◦ green 50 ◦ blue 148

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

Shades of Wild Strawberry #EE3294

Tints of Wild Strawberry #EE3294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 54.59%
G = 11.47%
B = 33.94%

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

#EE3294 (or 0xEE3294) is known color: Wild Strawberry. HEX triplet: EE, 32 and 94. RGB value is (238,50,148). Sum of RGB (Red+Green+Blue) = 238+50+148=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3294 is #11CD6B. Grayscale: #757575. Windows color (decimal): -1166700 or 9712366. OLE color: 9712366.

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

Color convert

RGB 238 50 148 -
CMYK 0 0.79 0.38 0.07
HSL 328.72º 0.85% 0.56% -
HSV(B) 328.72º 0.79% 0.93% -
XYZ 41.75 22.6 30.18 -
YUV 117.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 238 50 148 0 0.79 0.38 0.07 328.72 0.85 0.56
Hex EE 32 94 0 4F 26 7 149 55 38
Octal 356 62 224 0 117 46 7 511 125 70
Binary 11101110 110010 10010100 0 1001111 100110 111 101001001 1010101 111000

Color Harmonies of #EE3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3294

Black with #EE3294

Text Example


Text Example

White with #EE3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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