Html Css Color HEX #EE40AC Wild Strawberry

📋 copy color: '#EE40AC'

red 238 ◦ green 64 ◦ blue 172

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

Shades of Wild Strawberry #EE40AC

Tints of Wild Strawberry #EE40AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 50.21%
G = 13.5%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE40AC (or 0xEE40AC) is known color: Wild Strawberry. HEX triplet: EE, 40 and AC. RGB value is (238,64,172). Sum of RGB (Red+Green+Blue) = 238+64+172=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE40AC is #11BF53. Grayscale: #808080. Windows color (decimal): -1163092 or 11288814. OLE color: 11288814.

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

Color convert

RGB 238 64 172 -
CMYK 0 0.73 0.28 0.07
HSL 322.76º 0.84% 0.59% -
HSV(B) 322.76º 0.73% 0.93% -
XYZ 44.54 24.82 41.47 -
YUV 128.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 238 64 172 0 0.73 0.28 0.07 322.76 0.84 0.59
Hex EE 40 AC 0 49 1C 7 143 54 3B
Octal 356 100 254 0 111 34 7 503 124 73
Binary 11101110 1000000 10101100 0 1001001 11100 111 101000011 1010100 111011

Color Harmonies of #EE40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE40AC

Black with #EE40AC

Text Example


Text Example

White with #EE40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE40AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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