Html Css Color HEX #EE3C9E Wild Strawberry

📋 copy color: '#EE3C9E'

red 238 ◦ green 60 ◦ blue 158

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

Shades of Wild Strawberry #EE3C9E

Tints of Wild Strawberry #EE3C9E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.16%

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 52.19%
G = 13.16%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE3C9E (or 0xEE3C9E) is known color: Wild Strawberry. HEX triplet: EE, 3C and 9E. RGB value is (238,60,158). Sum of RGB (Red+Green+Blue) = 238+60+158=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3C9E is #11C361. Grayscale: #7C7C7C. Windows color (decimal): -1164130 or 10370286. OLE color: 10370286.

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

Color convert

RGB 238 60 158 -
CMYK 0 0.75 0.34 0.07
HSL 326.97º 0.84% 0.58% -
HSV(B) 326.97º 0.75% 0.93% -
XYZ 43.05 23.88 34.69 -
YUV 124.39 146.97 209.03 -
System Red Green Blue C M Y K H S L
Decimal 238 60 158 0 0.75 0.34 0.07 326.97 0.84 0.58
Hex EE 3C 9E 0 4B 22 7 147 54 3A
Octal 356 74 236 0 113 42 7 507 124 72
Binary 11101110 111100 10011110 0 1001011 100010 111 101000111 1010100 111010

Color Harmonies of #EE3C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C9E

Black with #EE3C9E

Text Example


Text Example

White with #EE3C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C9E; }

 p { color: rgb(238,60,158); }

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

background-color css

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

 a { background-color: rgb(238,60,158); }

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

border-color css

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

 span { border-color: rgb(238,60,158); }

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