Html Css Color HEX #EE3291 Wild Strawberry

📋 copy color: '#EE3291'

red 238 ◦ green 50 ◦ blue 145

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

Shades of Wild Strawberry #EE3291

Tints of Wild Strawberry #EE3291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 54.97%
G = 11.55%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE3291 (or 0xEE3291) is known color: Wild Strawberry. HEX triplet: EE, 32 and 91. RGB value is (238,50,145). Sum of RGB (Red+Green+Blue) = 238+50+145=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3291 is #11CD6E. Grayscale: #747474. Windows color (decimal): -1166703 or 9515758. OLE color: 9515758.

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

Color convert

RGB 238 50 145 -
CMYK 0 0.79 0.39 0.07
HSL 329.68º 0.85% 0.56% -
HSV(B) 329.68º 0.79% 0.93% -
XYZ 41.51 22.5 28.94 -
YUV 117.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 238 50 145 0 0.79 0.39 0.07 329.68 0.85 0.56
Hex EE 32 91 0 4F 27 7 14A 55 38
Octal 356 62 221 0 117 47 7 512 125 70
Binary 11101110 110010 10010001 0 1001111 100111 111 101001010 1010101 111000

Color Harmonies of #EE3291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3291

Black with #EE3291

Text Example


Text Example

White with #EE3291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3291; }

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

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

background-color css

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

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

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

border-color css

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

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

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