Html Css Color HEX #EE348F Wild Strawberry

📋 copy color: '#EE348F'

red 238 ◦ green 52 ◦ blue 143

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

Shades of Wild Strawberry #EE348F

Tints of Wild Strawberry #EE348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 54.97%
G = 12.01%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE348F (or 0xEE348F) is known color: Wild Strawberry. HEX triplet: EE, 34 and 8F. RGB value is (238,52,143). Sum of RGB (Red+Green+Blue) = 238+52+143=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE348F is #11CB70. Grayscale: #757575. Windows color (decimal): -1166193 or 9385198. OLE color: 9385198.

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

Color convert

RGB 238 52 143 -
CMYK 0 0.78 0.40 0.07
HSL 330.65º 0.85% 0.57% -
HSV(B) 330.65º 0.78% 0.93% -
XYZ 41.45 22.62 28.17 -
YUV 117.99 142.12 213.6 -
System Red Green Blue C M Y K H S L
Decimal 238 52 143 0 0.78 0.40 0.07 330.65 0.85 0.57
Hex EE 34 8F 0 4E 28 7 14B 55 39
Octal 356 64 217 0 116 50 7 513 125 71
Binary 11101110 110100 10001111 0 1001110 101000 111 101001011 1010101 111001

Color Harmonies of #EE348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE348F

Black with #EE348F

Text Example


Text Example

White with #EE348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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