Html Css Color HEX #EF359D Wild Strawberry

📋 copy color: '#EF359D'

red 239 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #EF359D

Tints of Wild Strawberry #EF359D

RGB

 RED value IS 239 (93.75% from 255) = 53.23%

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

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

R = 53.23%
G = 11.8%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF359D (or 0xEF359D) is known color: Wild Strawberry. HEX triplet: EF, 35 and 9D. RGB value is (239,53,157). Sum of RGB (Red+Green+Blue) = 239+53+157=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF359D is #10CA62. Grayscale: #787878. Windows color (decimal): -1100387 or 10302959. OLE color: 10302959.

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

Color convert

RGB 239 53 157 -
CMYK 0 0.78 0.34 0.06
HSL 326.45º 0.85% 0.57% -
HSV(B) 326.45º 0.78% 0.94% -
XYZ 42.96 23.33 34.14 -
YUV 120.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 239 53 157 0 0.78 0.34 0.06 326.45 0.85 0.57
Hex EF 35 9D 0 4E 22 6 146 55 39
Octal 357 65 235 0 116 42 6 506 125 71
Binary 11101111 110101 10011101 0 1001110 100010 110 101000110 1010101 111001

Color Harmonies of #EF359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF359D

Black with #EF359D

Text Example


Text Example

White with #EF359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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