Html Css Color HEX #EE349B Wild Strawberry

📋 copy color: '#EE349B'

red 238 ◦ green 52 ◦ blue 155

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

Shades of Wild Strawberry #EE349B

Tints of Wild Strawberry #EE349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 53.48%
G = 11.69%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE349B (or 0xEE349B) is known color: Wild Strawberry. HEX triplet: EE, 34 and 9B. RGB value is (238,52,155). Sum of RGB (Red+Green+Blue) = 238+52+155=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE349B is #11CB64. Grayscale: #777777. Windows color (decimal): -1166181 or 10171630. OLE color: 10171630.

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

Color convert

RGB 238 52 155 -
CMYK 0 0.78 0.35 0.07
HSL 326.77º 0.85% 0.57% -
HSV(B) 326.77º 0.78% 0.93% -
XYZ 42.4 23 33.21 -
YUV 119.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 238 52 155 0 0.78 0.35 0.07 326.77 0.85 0.57
Hex EE 34 9B 0 4E 23 7 147 55 39
Octal 356 64 233 0 116 43 7 507 125 71
Binary 11101110 110100 10011011 0 1001110 100011 111 101000111 1010101 111001

Color Harmonies of #EE349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE349B

Black with #EE349B

Text Example


Text Example

White with #EE349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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