Html Css Color HEX #EE3DAA Wild Strawberry

📋 copy color: '#EE3DAA'

red 238 ◦ green 61 ◦ blue 170

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

Shades of Wild Strawberry #EE3DAA

Tints of Wild Strawberry #EE3DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 50.75%
G = 13.01%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE3DAA (or 0xEE3DAA) is known color: Wild Strawberry. HEX triplet: EE, 3D and AA. RGB value is (238,61,170). Sum of RGB (Red+Green+Blue) = 238+61+170=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3DAA is #11C255. Grayscale: #7E7E7E. Windows color (decimal): -1163862 or 11156974. OLE color: 11156974.

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

Color convert

RGB 238 61 170 -
CMYK 0 0.74 0.29 0.07
HSL 323.05º 0.84% 0.59% -
HSV(B) 323.05º 0.74% 0.93% -
XYZ 44.18 24.42 40.41 -
YUV 126.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 238 61 170 0 0.74 0.29 0.07 323.05 0.84 0.59
Hex EE 3D AA 0 4A 1D 7 143 54 3B
Octal 356 75 252 0 112 35 7 503 124 73
Binary 11101110 111101 10101010 0 1001010 11101 111 101000011 1010100 111011

Color Harmonies of #EE3DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DAA

Black with #EE3DAA

Text Example


Text Example

White with #EE3DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DAA; }

 p { color: rgb(238,61,170); }

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

background-color css

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

 a { background-color: rgb(238,61,170); }

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

border-color css

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

 span { border-color: rgb(238,61,170); }

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