Html Css Color HEX #EE40A1 Wild Strawberry

📋 copy color: '#EE40A1'

red 238 ◦ green 64 ◦ blue 161

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

Shades of Wild Strawberry #EE40A1

Tints of Wild Strawberry #EE40A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 51.4%
G = 13.82%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE40A1 (or 0xEE40A1) is known color: Wild Strawberry. HEX triplet: EE, 40 and A1. RGB value is (238,64,161). Sum of RGB (Red+Green+Blue) = 238+64+161=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40A1 is #11BF5E. Grayscale: #7E7E7E. Windows color (decimal): -1163103 or 10567918. OLE color: 10567918.

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

Color convert

RGB 238 64 161 -
CMYK 0 0.73 0.32 0.07
HSL 326.55º 0.84% 0.59% -
HSV(B) 326.55º 0.73% 0.93% -
XYZ 43.53 24.42 36.14 -
YUV 127.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 238 64 161 0 0.73 0.32 0.07 326.55 0.84 0.59
Hex EE 40 A1 0 49 20 7 147 54 3B
Octal 356 100 241 0 111 40 7 507 124 73
Binary 11101110 1000000 10100001 0 1001001 100000 111 101000111 1010100 111011

Color Harmonies of #EE40A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40A1

Black with #EE40A1

Text Example


Text Example

White with #EE40A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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