Html Css Color HEX #ED329A Wild Strawberry

📋 copy color: '#ED329A'

red 237 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #ED329A

Tints of Wild Strawberry #ED329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 53.74%
G = 11.34%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED329A (or 0xED329A) is known color: Wild Strawberry. HEX triplet: ED, 32 and 9A. RGB value is (237,50,154). Sum of RGB (Red+Green+Blue) = 237+50+154=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED329A is #12CD65. Grayscale: #757575. Windows color (decimal): -1232230 or 10105581. OLE color: 10105581.

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

Color convert

RGB 237 50 154 -
CMYK 0 0.79 0.35 0.07
HSL 326.63º 0.84% 0.56% -
HSV(B) 326.63º 0.79% 0.93% -
XYZ 41.9 22.62 32.73 -
YUV 117.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 237 50 154 0 0.79 0.35 0.07 326.63 0.84 0.56
Hex ED 32 9A 0 4F 23 7 147 54 38
Octal 355 62 232 0 117 43 7 507 124 70
Binary 11101101 110010 10011010 0 1001111 100011 111 101000111 1010100 111000

Color Harmonies of #ED329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED329A

Black with #ED329A

Text Example


Text Example

White with #ED329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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