Html Css Color HEX #EE328E Wild Strawberry

📋 copy color: '#EE328E'

red 238 ◦ green 50 ◦ blue 142

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

Shades of Wild Strawberry #EE328E

Tints of Wild Strawberry #EE328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

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

R = 55.35%
G = 11.63%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE328E (or 0xEE328E) is known color: Wild Strawberry. HEX triplet: EE, 32 and 8E. RGB value is (238,50,142). Sum of RGB (Red+Green+Blue) = 238+50+142=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE328E is #11CD71. Grayscale: #747474. Windows color (decimal): -1166706 or 9319150. OLE color: 9319150.

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

Color convert

RGB 238 50 142 -
CMYK 0 0.79 0.40 0.07
HSL 330.64º 0.85% 0.56% -
HSV(B) 330.64º 0.79% 0.93% -
XYZ 41.28 22.41 27.74 -
YUV 116.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 238 50 142 0 0.79 0.40 0.07 330.64 0.85 0.56
Hex EE 32 8E 0 4F 28 7 14B 55 38
Octal 356 62 216 0 117 50 7 513 125 70
Binary 11101110 110010 10001110 0 1001111 101000 111 101001011 1010101 111000

Color Harmonies of #EE328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE328E

Black with #EE328E

Text Example


Text Example

White with #EE328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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