Html Css Color HEX #ED389C Wild Strawberry

📋 copy color: '#ED389C'

red 237 ◦ green 56 ◦ blue 156

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

Shades of Wild Strawberry #ED389C

Tints of Wild Strawberry #ED389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.47%

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

R = 52.78%
G = 12.47%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED389C (or 0xED389C) is known color: Wild Strawberry. HEX triplet: ED, 38 and 9C. RGB value is (237,56,156). Sum of RGB (Red+Green+Blue) = 237+56+156=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED389C is #12C763. Grayscale: #797979. Windows color (decimal): -1230692 or 10238189. OLE color: 10238189.

HSL color Cylindrical-coordinate representation of color #ED389C: hue angle of 326.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED389C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 156 -
CMYK 0 0.76 0.34 0.07
HSL 326.85º 0.83% 0.57% -
HSV(B) 326.85º 0.76% 0.93% -
XYZ 42.34 23.23 33.71 -
YUV 121.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 237 56 156 0 0.76 0.34 0.07 326.85 0.83 0.57
Hex ED 38 9C 0 4C 22 7 147 53 39
Octal 355 70 234 0 114 42 7 507 123 71
Binary 11101101 111000 10011100 0 1001100 100010 111 101000111 1010011 111001

Color Harmonies of #ED389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED389C

Black with #ED389C

Text Example


Text Example

White with #ED389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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