Html Css Color HEX #EE3091 Wild Strawberry

📋 copy color: '#EE3091'

red 238 ◦ green 48 ◦ blue 145

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

Shades of Wild Strawberry #EE3091

Tints of Wild Strawberry #EE3091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.14%

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

R = 55.22%
G = 11.14%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE3091 (or 0xEE3091) is known color: Wild Strawberry. HEX triplet: EE, 30 and 91. RGB value is (238,48,145). Sum of RGB (Red+Green+Blue) = 238+48+145=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3091 is #11CF6E. Grayscale: #737373. Windows color (decimal): -1167215 or 9515246. OLE color: 9515246.

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

Color convert

RGB 238 48 145 -
CMYK 0 0.80 0.39 0.07
HSL 329.37º 0.85% 0.56% -
HSV(B) 329.37º 0.8% 0.93% -
XYZ 41.43 22.34 28.92 -
YUV 115.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 238 48 145 0 0.80 0.39 0.07 329.37 0.85 0.56
Hex EE 30 91 0 50 27 7 149 55 38
Octal 356 60 221 0 120 47 7 511 125 70
Binary 11101110 110000 10010001 0 1010000 100111 111 101001001 1010101 111000

Color Harmonies of #EE3091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3091

Black with #EE3091

Text Example


Text Example

White with #EE3091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3091; }

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

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

background-color css

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

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

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

border-color css

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

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

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