Html Css Color HEX #EE40A0 Wild Strawberry

📋 copy color: '#EE40A0'

red 238 ◦ green 64 ◦ blue 160

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

Shades of Wild Strawberry #EE40A0

Tints of Wild Strawberry #EE40A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.85%

 BLUE value IS 160 (62.89% from 255) = 34.63%

R = 51.52%
G = 13.85%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE40A0 (or 0xEE40A0) is known color: Wild Strawberry. HEX triplet: EE, 40 and A0. RGB value is (238,64,160). Sum of RGB (Red+Green+Blue) = 238+64+160=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40A0 is #11BF5F. Grayscale: #7E7E7E. Windows color (decimal): -1163104 or 10502382. OLE color: 10502382.

HSL color Cylindrical-coordinate representation of color #EE40A0: hue angle of 326.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE40A0 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 64 160 -
CMYK 0 0.73 0.33 0.07
HSL 326.9º 0.84% 0.59% -
HSV(B) 326.9º 0.73% 0.93% -
XYZ 43.44 24.38 35.67 -
YUV 126.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 238 64 160 0 0.73 0.33 0.07 326.9 0.84 0.59
Hex EE 40 A0 0 49 21 7 147 54 3B
Octal 356 100 240 0 111 41 7 507 124 73
Binary 11101110 1000000 10100000 0 1001001 100001 111 101000111 1010100 111011

Color Harmonies of #EE40A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40A0

Black with #EE40A0

Text Example


Text Example

White with #EE40A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40A0; }

 p { color: rgb(238,64,160); }

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

background-color css

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

 a { background-color: rgb(238,64,160); }

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

border-color css

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

 span { border-color: rgb(238,64,160); }

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