Html Css Color HEX #EE3491 Wild Strawberry

📋 copy color: '#EE3491'

red 238 ◦ green 52 ◦ blue 145

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

Shades of Wild Strawberry #EE3491

Tints of Wild Strawberry #EE3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.95%

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

R = 54.71%
G = 11.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE3491 (or 0xEE3491) is known color: Wild Strawberry. HEX triplet: EE, 34 and 91. RGB value is (238,52,145). Sum of RGB (Red+Green+Blue) = 238+52+145=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3491 is #11CB6E. Grayscale: #767676. Windows color (decimal): -1166191 or 9516270. OLE color: 9516270.

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

Color convert

RGB 238 52 145 -
CMYK 0 0.78 0.39 0.07
HSL 330º 0.85% 0.57% -
HSV(B) 330º 0.78% 0.93% -
XYZ 41.6 22.68 28.97 -
YUV 118.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 238 52 145 0 0.78 0.39 0.07 330 0.85 0.57
Hex EE 34 91 0 4E 27 7 14A 55 39
Octal 356 64 221 0 116 47 7 512 125 71
Binary 11101110 110100 10010001 0 1001110 100111 111 101001010 1010101 111001

Color Harmonies of #EE3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3491

Black with #EE3491

Text Example


Text Example

White with #EE3491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3491; }

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

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

background-color css

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

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

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

border-color css

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

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

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