Html Css Color HEX #ED339B Wild Strawberry

📋 copy color: '#ED339B'

red 237 ◦ green 51 ◦ blue 155

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

Shades of Wild Strawberry #ED339B

Tints of Wild Strawberry #ED339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 53.5%
G = 11.51%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED339B (or 0xED339B) is known color: Wild Strawberry. HEX triplet: ED, 33 and 9B. RGB value is (237,51,155). Sum of RGB (Red+Green+Blue) = 237+51+155=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED339B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED339B is #12CC64. Grayscale: #767676. Windows color (decimal): -1231973 or 10171373. OLE color: 10171373.

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

Color convert

RGB 237 51 155 -
CMYK 0 0.78 0.35 0.07
HSL 326.45º 0.84% 0.56% -
HSV(B) 326.45º 0.78% 0.93% -
XYZ 42.03 22.74 33.18 -
YUV 118.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 237 51 155 0 0.78 0.35 0.07 326.45 0.84 0.56
Hex ED 33 9B 0 4E 23 7 146 54 38
Octal 355 63 233 0 116 43 7 506 124 70
Binary 11101101 110011 10011011 0 1001110 100011 111 101000110 1010100 111000

Color Harmonies of #ED339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED339B

Black with #ED339B

Text Example


Text Example

White with #ED339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED339B; }

 p { color: rgb(237,51,155); }

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

background-color css

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

 a { background-color: rgb(237,51,155); }

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

border-color css

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

 span { border-color: rgb(237,51,155); }

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