Html Css Color HEX #EE369F Wild Strawberry

📋 copy color: '#EE369F'

red 238 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #EE369F

Tints of Wild Strawberry #EE369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.97%

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 52.77%
G = 11.97%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE369F (or 0xEE369F) is known color: Wild Strawberry. HEX triplet: EE, 36 and 9F. RGB value is (238,54,159). Sum of RGB (Red+Green+Blue) = 238+54+159=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE369F is #11C960. Grayscale: #787878. Windows color (decimal): -1165665 or 10434286. OLE color: 10434286.

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

Color convert

RGB 238 54 159 -
CMYK 0 0.77 0.33 0.07
HSL 325.76º 0.84% 0.57% -
HSV(B) 325.76º 0.77% 0.93% -
XYZ 42.84 23.32 35.04 -
YUV 120.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 238 54 159 0 0.77 0.33 0.07 325.76 0.84 0.57
Hex EE 36 9F 0 4D 21 7 146 54 39
Octal 356 66 237 0 115 41 7 506 124 71
Binary 11101110 110110 10011111 0 1001101 100001 111 101000110 1010100 111001

Color Harmonies of #EE369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE369F

Black with #EE369F

Text Example


Text Example

White with #EE369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE369F; }

 p { color: rgb(238,54,159); }

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

background-color css

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

 a { background-color: rgb(238,54,159); }

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

border-color css

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

 span { border-color: rgb(238,54,159); }

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