Html Css Color HEX #ED359C Wild Strawberry

📋 copy color: '#ED359C'

red 237 ◦ green 53 ◦ blue 156

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

Shades of Wild Strawberry #ED359C

Tints of Wild Strawberry #ED359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.98%

R = 53.14%
G = 11.88%
B = 34.98%

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

#ED359C (or 0xED359C) is known color: Wild Strawberry. HEX triplet: ED, 35 and 9C. RGB value is (237,53,156). Sum of RGB (Red+Green+Blue) = 237+53+156=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359C is #12CA63. Grayscale: #777777. Windows color (decimal): -1231460 or 10237421. OLE color: 10237421.

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

Color convert

RGB 237 53 156 -
CMYK 0 0.78 0.34 0.07
HSL 326.41º 0.84% 0.57% -
HSV(B) 326.41º 0.78% 0.93% -
XYZ 42.2 22.95 33.66 -
YUV 119.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 237 53 156 0 0.78 0.34 0.07 326.41 0.84 0.57
Hex ED 35 9C 0 4E 22 7 146 54 39
Octal 355 65 234 0 116 42 7 506 124 71
Binary 11101101 110101 10011100 0 1001110 100010 111 101000110 1010100 111001

Color Harmonies of #ED359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED359C

Black with #ED359C

Text Example


Text Example

White with #ED359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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