Html Css Color HEX #ED3899 Wild Strawberry

📋 copy color: '#ED3899'

red 237 ◦ green 56 ◦ blue 153

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

Shades of Wild Strawberry #ED3899

Tints of Wild Strawberry #ED3899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 53.14%
G = 12.56%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED3899 (or 0xED3899) is known color: Wild Strawberry. HEX triplet: ED, 38 and 99. RGB value is (237,56,153). Sum of RGB (Red+Green+Blue) = 237+56+153=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3899 is #12C766. Grayscale: #787878. Windows color (decimal): -1230695 or 10041581. OLE color: 10041581.

HSL color Cylindrical-coordinate representation of color #ED3899: hue angle of 327.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 #ED3899 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 153 -
CMYK 0 0.76 0.35 0.07
HSL 327.85º 0.83% 0.57% -
HSV(B) 327.85º 0.76% 0.93% -
XYZ 42.09 23.13 32.38 -
YUV 121.18 145.97 210.61 -
System Red Green Blue C M Y K H S L
Decimal 237 56 153 0 0.76 0.35 0.07 327.85 0.83 0.57
Hex ED 38 99 0 4C 23 7 148 53 39
Octal 355 70 231 0 114 43 7 510 123 71
Binary 11101101 111000 10011001 0 1001100 100011 111 101001000 1010011 111001

Color Harmonies of #ED3899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3899

Black with #ED3899

Text Example


Text Example

White with #ED3899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3899; }

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

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

background-color css

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

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

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

border-color css

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

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

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