Html Css Color HEX #EE3490 Wild Strawberry

📋 copy color: '#EE3490'

red 238 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #EE3490

Tints of Wild Strawberry #EE3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 54.84%
G = 11.98%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EE3490 (or 0xEE3490) is known color: Wild Strawberry. HEX triplet: EE, 34 and 90. RGB value is (238,52,144). Sum of RGB (Red+Green+Blue) = 238+52+144=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3490 is #11CB6F. Grayscale: #757575. Windows color (decimal): -1166192 or 9450734. OLE color: 9450734.

HSL color Cylindrical-coordinate representation of color #EE3490: hue angle of 330.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3490 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 52 144 -
CMYK 0 0.78 0.39 0.07
HSL 330.32º 0.85% 0.57% -
HSV(B) 330.32º 0.78% 0.93% -
XYZ 41.52 22.65 28.57 -
YUV 118.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 238 52 144 0 0.78 0.39 0.07 330.32 0.85 0.57
Hex EE 34 90 0 4E 27 7 14A 55 39
Octal 356 64 220 0 116 47 7 512 125 71
Binary 11101110 110100 10010000 0 1001110 100111 111 101001010 1010101 111001

Color Harmonies of #EE3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3490

Black with #EE3490

Text Example


Text Example

White with #EE3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3490; }

 p { color: rgb(238,52,144); }

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

background-color css

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

 a { background-color: rgb(238,52,144); }

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

border-color css

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

 span { border-color: rgb(238,52,144); }

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