Html Css Color HEX #ED3998 Wild Strawberry

📋 copy color: '#ED3998'

red 237 ◦ green 57 ◦ blue 152

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

Shades of Wild Strawberry #ED3998

Tints of Wild Strawberry #ED3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.78%

 BLUE value IS 152 (59.77% from 255) = 34.08%

R = 53.14%
G = 12.78%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED3998 (or 0xED3998) is known color: Wild Strawberry. HEX triplet: ED, 39 and 98. RGB value is (237,57,152). Sum of RGB (Red+Green+Blue) = 237+57+152=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3998 is #12C667. Grayscale: #797979. Windows color (decimal): -1230440 or 9976301. OLE color: 9976301.

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

Color convert

RGB 237 57 152 -
CMYK 0 0.76 0.36 0.07
HSL 328.33º 0.83% 0.58% -
HSV(B) 328.33º 0.76% 0.93% -
XYZ 42.06 23.2 31.97 -
YUV 121.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 237 57 152 0 0.76 0.36 0.07 328.33 0.83 0.58
Hex ED 39 98 0 4C 24 7 148 53 3A
Octal 355 71 230 0 114 44 7 510 123 72
Binary 11101101 111001 10011000 0 1001100 100100 111 101001000 1010011 111010

Color Harmonies of #ED3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3998

Black with #ED3998

Text Example


Text Example

White with #ED3998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3998; }

 p { color: rgb(237,57,152); }

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

background-color css

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

 a { background-color: rgb(237,57,152); }

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

border-color css

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

 span { border-color: rgb(237,57,152); }

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