Html Css Color HEX #ED359D Wild Strawberry

📋 copy color: '#ED359D'

red 237 ◦ green 53 ◦ blue 157

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

Shades of Wild Strawberry #ED359D

Tints of Wild Strawberry #ED359D

RGB

 RED value IS 237 (92.97% from 255) = 53.02%

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

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

R = 53.02%
G = 11.86%
B = 35.12%

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

#ED359D (or 0xED359D) is known color: Wild Strawberry. HEX triplet: ED, 35 and 9D. RGB value is (237,53,157). Sum of RGB (Red+Green+Blue) = 237+53+157=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 53 (21.09% from 255 or 11.86% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359D is #12CA62. Grayscale: #777777. Windows color (decimal): -1231459 or 10302957. OLE color: 10302957.

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

Color convert

RGB 237 53 157 -
CMYK 0 0.78 0.34 0.07
HSL 326.09º 0.84% 0.57% -
HSV(B) 326.09º 0.78% 0.93% -
XYZ 42.28 22.99 34.11 -
YUV 119.87 148.96 211.54 -
System Red Green Blue C M Y K H S L
Decimal 237 53 157 0 0.78 0.34 0.07 326.09 0.84 0.57
Hex ED 35 9D 0 4E 22 7 146 54 39
Octal 355 65 235 0 116 42 7 506 124 71
Binary 11101101 110101 10011101 0 1001110 100010 111 101000110 1010100 111001

Color Harmonies of #ED359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED359D

Black with #ED359D

Text Example


Text Example

White with #ED359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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