Html Css Color HEX #EE3EA1 Wild Strawberry

📋 copy color: '#EE3EA1'

red 238 ◦ green 62 ◦ blue 161

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

Shades of Wild Strawberry #EE3EA1

Tints of Wild Strawberry #EE3EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.45%

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

R = 51.63%
G = 13.45%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE3EA1 (or 0xEE3EA1) is known color: Wild Strawberry. HEX triplet: EE, 3E and A1. RGB value is (238,62,161). Sum of RGB (Red+Green+Blue) = 238+62+161=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3EA1 is #11C15E. Grayscale: #7D7D7D. Windows color (decimal): -1163615 or 10567406. OLE color: 10567406.

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

Color convert

RGB 238 62 161 -
CMYK 0 0.74 0.32 0.07
HSL 326.25º 0.84% 0.59% -
HSV(B) 326.25º 0.74% 0.93% -
XYZ 43.42 24.2 36.1 -
YUV 125.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 238 62 161 0 0.74 0.32 0.07 326.25 0.84 0.59
Hex EE 3E A1 0 4A 20 7 146 54 3B
Octal 356 76 241 0 112 40 7 506 124 73
Binary 11101110 111110 10100001 0 1001010 100000 111 101000110 1010100 111011

Color Harmonies of #EE3EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3EA1

Black with #EE3EA1

Text Example


Text Example

White with #EE3EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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