Html Css Color HEX #EE349A Wild Strawberry

📋 copy color: '#EE349A'

red 238 ◦ green 52 ◦ blue 154

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

Shades of Wild Strawberry #EE349A

Tints of Wild Strawberry #EE349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 53.6%
G = 11.71%
B = 34.68%

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

#EE349A (or 0xEE349A) is known color: Wild Strawberry. HEX triplet: EE, 34 and 9A. RGB value is (238,52,154). Sum of RGB (Red+Green+Blue) = 238+52+154=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE349A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE349A is #11CB65. Grayscale: #777777. Windows color (decimal): -1166182 or 10106094. OLE color: 10106094.

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

Color convert

RGB 238 52 154 -
CMYK 0 0.78 0.35 0.07
HSL 327.1º 0.85% 0.57% -
HSV(B) 327.1º 0.78% 0.93% -
XYZ 42.32 22.97 32.77 -
YUV 119.24 147.62 212.71 -
System Red Green Blue C M Y K H S L
Decimal 238 52 154 0 0.78 0.35 0.07 327.1 0.85 0.57
Hex EE 34 9A 0 4E 23 7 147 55 39
Octal 356 64 232 0 116 43 7 507 125 71
Binary 11101110 110100 10011010 0 1001110 100011 111 101000111 1010101 111001

Color Harmonies of #EE349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE349A

Black with #EE349A

Text Example


Text Example

White with #EE349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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