#EE42A4

Color #EE42A4 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #EE42A4

Tints of Wild Strawberry #EE42A4

Color information

#EE42A4 (or 0xEE42A4) is unknown color: approx Wild Strawberry. HEX triplet: EE, 42 and A4. RGB value is (238,66,164). Sum of RGB (Red+Green+Blue) = 238+66+164=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE42A4 is #11BD5B. Grayscale: #808080. Windows color (decimal): -1162588 or 10765038. OLE color: 10765038.

HSL color Cylindrical-coordinate representation of color #EE42A4: hue angle of 325.81º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42A4 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23866164-
CMYK00.720.310.07
HSL325.81º83.5%59.61%-
HSV(B)325.81º72.27%93.33%-
XYZ43.9124.7537.59-
YUV128.6147.98206.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=50.85%
G=14.10%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386616400.720.310.07325.8183.559.61
HexEE42A40481F7146533c
Octal356102244011037750612374
Binary1110111010000101010010001001000111111111010001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE42A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE42A4; }

 p { color: rgb(238,66,164); }

 H1.HeaderClassName
 {
   color: #EE42A4;
 }
 .AnyTagClassName
 {
   color: #EE42A4;
 }
</style>
background-color css

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

 a { background-color: rgb(238,66,164); }

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

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

 span { border-color: rgb(238,66,164); }

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