Html Css Color HEX #ED379C Wild Strawberry

📋 copy color: '#ED379C'

red 237 ◦ green 55 ◦ blue 156

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

Shades of Wild Strawberry #ED379C

Tints of Wild Strawberry #ED379C

RGB

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

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

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

R = 52.9%
G = 12.28%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED379C (or 0xED379C) is known color: Wild Strawberry. HEX triplet: ED, 37 and 9C. RGB value is (237,55,156). Sum of RGB (Red+Green+Blue) = 237+55+156=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED379C is #12C863. Grayscale: #787878. Windows color (decimal): -1230948 or 10237933. OLE color: 10237933.

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

Color convert

RGB 237 55 156 -
CMYK 0 0.77 0.34 0.07
HSL 326.7º 0.83% 0.57% -
HSV(B) 326.7º 0.77% 0.93% -
XYZ 42.29 23.14 33.69 -
YUV 120.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 237 55 156 0 0.77 0.34 0.07 326.7 0.83 0.57
Hex ED 37 9C 0 4D 22 7 147 53 39
Octal 355 67 234 0 115 42 7 507 123 71
Binary 11101101 110111 10011100 0 1001101 100010 111 101000111 1010011 111001

Color Harmonies of #ED379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED379C

Black with #ED379C

Text Example


Text Example

White with #ED379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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