Html Css Color HEX #ED329D Wild Strawberry

📋 copy color: '#ED329D'

red 237 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #ED329D

Tints of Wild Strawberry #ED329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 53.38%
G = 11.26%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED329D (or 0xED329D) is known color: Wild Strawberry. HEX triplet: ED, 32 and 9D. RGB value is (237,50,157). Sum of RGB (Red+Green+Blue) = 237+50+157=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED329D is #12CD62. Grayscale: #757575. Windows color (decimal): -1232227 or 10302189. OLE color: 10302189.

HSL color Cylindrical-coordinate representation of color #ED329D: hue angle of 325.67º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED329D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 50 157 -
CMYK 0 0.79 0.34 0.07
HSL 325.67º 0.84% 0.56% -
HSV(B) 325.67º 0.79% 0.93% -
XYZ 42.15 22.72 34.06 -
YUV 118.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 237 50 157 0 0.79 0.34 0.07 325.67 0.84 0.56
Hex ED 32 9D 0 4F 22 7 146 54 38
Octal 355 62 235 0 117 42 7 506 124 70
Binary 11101101 110010 10011101 0 1001111 100010 111 101000110 1010100 111000

Color Harmonies of #ED329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED329D

Black with #ED329D

Text Example


Text Example

White with #ED329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED329D; }

 p { color: rgb(237,50,157); }

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

background-color css

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

 a { background-color: rgb(237,50,157); }

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

border-color css

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

 span { border-color: rgb(237,50,157); }

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