Html Css Color HEX #ED369C Wild Strawberry

📋 copy color: '#ED369C'

red 237 ◦ green 54 ◦ blue 156

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

Shades of Wild Strawberry #ED369C

Tints of Wild Strawberry #ED369C

RGB

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

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

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

R = 53.02%
G = 12.08%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED369C (or 0xED369C) is known color: Wild Strawberry. HEX triplet: ED, 36 and 9C. RGB value is (237,54,156). Sum of RGB (Red+Green+Blue) = 237+54+156=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED369C is #12C963. Grayscale: #787878. Windows color (decimal): -1231204 or 10237677. OLE color: 10237677.

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

Color convert

RGB 237 54 156 -
CMYK 0 0.77 0.34 0.07
HSL 326.56º 0.84% 0.57% -
HSV(B) 326.56º 0.77% 0.93% -
XYZ 42.24 23.04 33.67 -
YUV 120.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 237 54 156 0 0.77 0.34 0.07 326.56 0.84 0.57
Hex ED 36 9C 0 4D 22 7 147 54 39
Octal 355 66 234 0 115 42 7 507 124 71
Binary 11101101 110110 10011100 0 1001101 100010 111 101000111 1010100 111001

Color Harmonies of #ED369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED369C

Black with #ED369C

Text Example


Text Example

White with #ED369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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