Html Css Color HEX #EE3A9A Wild Strawberry

📋 copy color: '#EE3A9A'

red 238 ◦ green 58 ◦ blue 154

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

Shades of Wild Strawberry #EE3A9A

Tints of Wild Strawberry #EE3A9A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

 BLUE value IS 154 (60.55% from 255) = 34.22%

R = 52.89%
G = 12.89%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE3A9A (or 0xEE3A9A) is known color: Wild Strawberry. HEX triplet: EE, 3A and 9A. RGB value is (238,58,154). Sum of RGB (Red+Green+Blue) = 238+58+154=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3A9A is #11C565. Grayscale: #7A7A7A. Windows color (decimal): -1164646 or 10107630. OLE color: 10107630.

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

Color convert

RGB 238 58 154 -
CMYK 0 0.76 0.35 0.07
HSL 328º 0.84% 0.58% -
HSV(B) 328º 0.76% 0.93% -
XYZ 42.61 23.54 32.87 -
YUV 122.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 238 58 154 0 0.76 0.35 0.07 328 0.84 0.58
Hex EE 3A 9A 0 4C 23 7 148 54 3A
Octal 356 72 232 0 114 43 7 510 124 72
Binary 11101110 111010 10011010 0 1001100 100011 111 101001000 1010100 111010

Color Harmonies of #EE3A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3A9A

Black with #EE3A9A

Text Example


Text Example

White with #EE3A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3A9A; }

 p { color: rgb(238,58,154); }

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

background-color css

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

 a { background-color: rgb(238,58,154); }

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

border-color css

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

 span { border-color: rgb(238,58,154); }

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