Html Css Color HEX #EE359D Wild Strawberry

📋 copy color: '#EE359D'

red 238 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #EE359D

Tints of Wild Strawberry #EE359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.83%

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 53.13%
G = 11.83%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE359D (or 0xEE359D) is known color: Wild Strawberry. HEX triplet: EE, 35 and 9D. RGB value is (238,53,157). Sum of RGB (Red+Green+Blue) = 238+53+157=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE359D is #11CA62. Grayscale: #777777. Windows color (decimal): -1165923 or 10302958. OLE color: 10302958.

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

Color convert

RGB 238 53 157 -
CMYK 0 0.78 0.34 0.07
HSL 326.27º 0.84% 0.57% -
HSV(B) 326.27º 0.78% 0.93% -
XYZ 42.62 23.16 34.12 -
YUV 120.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 238 53 157 0 0.78 0.34 0.07 326.27 0.84 0.57
Hex EE 35 9D 0 4E 22 7 146 54 39
Octal 356 65 235 0 116 42 7 506 124 71
Binary 11101110 110101 10011101 0 1001110 100010 111 101000110 1010100 111001

Color Harmonies of #EE359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE359D

Black with #EE359D

Text Example


Text Example

White with #EE359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE359D; }

 p { color: rgb(238,53,157); }

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

background-color css

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

 a { background-color: rgb(238,53,157); }

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

border-color css

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

 span { border-color: rgb(238,53,157); }

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