Html Css Color HEX #EE348E Wild Strawberry

📋 copy color: '#EE348E'

red 238 ◦ green 52 ◦ blue 142

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

Shades of Wild Strawberry #EE348E

Tints of Wild Strawberry #EE348E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 55.09%
G = 12.04%
B = 32.87%

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

#EE348E (or 0xEE348E) is known color: Wild Strawberry. HEX triplet: EE, 34 and 8E. RGB value is (238,52,142). Sum of RGB (Red+Green+Blue) = 238+52+142=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE348E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE348E is #11CB71. Grayscale: #757575. Windows color (decimal): -1166194 or 9319662. OLE color: 9319662.

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

Color convert

RGB 238 52 142 -
CMYK 0 0.78 0.40 0.07
HSL 330.97º 0.85% 0.57% -
HSV(B) 330.97º 0.78% 0.93% -
XYZ 41.37 22.59 27.77 -
YUV 117.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 238 52 142 0 0.78 0.40 0.07 330.97 0.85 0.57
Hex EE 34 8E 0 4E 28 7 14B 55 39
Octal 356 64 216 0 116 50 7 513 125 71
Binary 11101110 110100 10001110 0 1001110 101000 111 101001011 1010101 111001

Color Harmonies of #EE348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE348E

Black with #EE348E

Text Example


Text Example

White with #EE348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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