Html Css Color HEX #EE3EAA Wild Strawberry

📋 copy color: '#EE3EAA'

red 238 ◦ green 62 ◦ blue 170

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

Shades of Wild Strawberry #EE3EAA

Tints of Wild Strawberry #EE3EAA

RGB

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

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

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

R = 50.64%
G = 13.19%
B = 36.17%

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

#EE3EAA (or 0xEE3EAA) is known color: Wild Strawberry. HEX triplet: EE, 3E and AA. RGB value is (238,62,170). Sum of RGB (Red+Green+Blue) = 238+62+170=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3EAA is #11C155. Grayscale: #7E7E7E. Windows color (decimal): -1163606 or 11157230. OLE color: 11157230.

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

Color convert

RGB 238 62 170 -
CMYK 0 0.74 0.29 0.07
HSL 323.18º 0.84% 0.59% -
HSV(B) 323.18º 0.74% 0.93% -
XYZ 44.24 24.52 40.43 -
YUV 126.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 238 62 170 0 0.74 0.29 0.07 323.18 0.84 0.59
Hex EE 3E AA 0 4A 1D 7 143 54 3B
Octal 356 76 252 0 112 35 7 503 124 73
Binary 11101110 111110 10101010 0 1001010 11101 111 101000011 1010100 111011

Color Harmonies of #EE3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3EAA

Black with #EE3EAA

Text Example


Text Example

White with #EE3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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