Html Css Color HEX #EE3492 Wild Strawberry

📋 copy color: '#EE3492'

red 238 ◦ green 52 ◦ blue 146

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

Shades of Wild Strawberry #EE3492

Tints of Wild Strawberry #EE3492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.49%

R = 54.59%
G = 11.93%
B = 33.49%

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

#EE3492 (or 0xEE3492) is known color: Wild Strawberry. HEX triplet: EE, 34 and 92. RGB value is (238,52,146). Sum of RGB (Red+Green+Blue) = 238+52+146=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3492 is #11CB6D. Grayscale: #767676. Windows color (decimal): -1166190 or 9581806. OLE color: 9581806.

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

Color convert

RGB 238 52 146 -
CMYK 0 0.78 0.39 0.07
HSL 329.68º 0.85% 0.57% -
HSV(B) 329.68º 0.78% 0.93% -
XYZ 41.68 22.71 29.38 -
YUV 118.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 238 52 146 0 0.78 0.39 0.07 329.68 0.85 0.57
Hex EE 34 92 0 4E 27 7 14A 55 39
Octal 356 64 222 0 116 47 7 512 125 71
Binary 11101110 110100 10010010 0 1001110 100111 111 101001010 1010101 111001

Color Harmonies of #EE3492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3492

Black with #EE3492

Text Example


Text Example

White with #EE3492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3492; }

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

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

background-color css

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

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

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

border-color css

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

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

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