Html Css Color HEX #ED3793 Wild Strawberry

📋 copy color: '#ED3793'

red 237 ◦ green 55 ◦ blue 147

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

Shades of Wild Strawberry #ED3793

Tints of Wild Strawberry #ED3793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.53%

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

R = 53.99%
G = 12.53%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED3793 (or 0xED3793) is known color: Wild Strawberry. HEX triplet: ED, 37 and 93. RGB value is (237,55,147). Sum of RGB (Red+Green+Blue) = 237+55+147=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3793 is #12C86C. Grayscale: #777777. Windows color (decimal): -1230957 or 9648109. OLE color: 9648109.

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

Color convert

RGB 237 55 147 -
CMYK 0 0.77 0.38 0.07
HSL 329.67º 0.83% 0.57% -
HSV(B) 329.67º 0.77% 0.93% -
XYZ 41.56 22.84 29.82 -
YUV 119.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 237 55 147 0 0.77 0.38 0.07 329.67 0.83 0.57
Hex ED 37 93 0 4D 26 7 14A 53 39
Octal 355 67 223 0 115 46 7 512 123 71
Binary 11101101 110111 10010011 0 1001101 100110 111 101001010 1010011 111001

Color Harmonies of #ED3793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3793

Black with #ED3793

Text Example


Text Example

White with #ED3793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3793; }

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

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

background-color css

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

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

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

border-color css

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

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

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