Html Css Color HEX #ED3993 Wild Strawberry

📋 copy color: '#ED3993'

red 237 ◦ green 57 ◦ blue 147

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

Shades of Wild Strawberry #ED3993

Tints of Wild Strawberry #ED3993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.33%

R = 53.74%
G = 12.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED3993 (or 0xED3993) is known color: Wild Strawberry. HEX triplet: ED, 39 and 93. RGB value is (237,57,147). Sum of RGB (Red+Green+Blue) = 237+57+147=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3993 is #12C66C. Grayscale: #787878. Windows color (decimal): -1230445 or 9648621. OLE color: 9648621.

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

Color convert

RGB 237 57 147 -
CMYK 0 0.76 0.38 0.07
HSL 330º 0.83% 0.58% -
HSV(B) 330º 0.76% 0.93% -
XYZ 41.65 23.04 29.85 -
YUV 121.08 142.63 210.68 -
System Red Green Blue C M Y K H S L
Decimal 237 57 147 0 0.76 0.38 0.07 330 0.83 0.58
Hex ED 39 93 0 4C 26 7 14A 53 3A
Octal 355 71 223 0 114 46 7 512 123 72
Binary 11101101 111001 10010011 0 1001100 100110 111 101001010 1010011 111010

Color Harmonies of #ED3993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3993

Black with #ED3993

Text Example


Text Example

White with #ED3993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3993; }

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

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

background-color css

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

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

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

border-color css

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

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

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