Html Css Color HEX #ED349B Wild Strawberry

📋 copy color: '#ED349B'

red 237 ◦ green 52 ◦ blue 155

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

Shades of Wild Strawberry #ED349B

Tints of Wild Strawberry #ED349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

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

R = 53.38%
G = 11.71%
B = 34.91%

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

#ED349B (or 0xED349B) is known color: Wild Strawberry. HEX triplet: ED, 34 and 9B. RGB value is (237,52,155). Sum of RGB (Red+Green+Blue) = 237+52+155=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED349B is #12CB64. Grayscale: #767676. Windows color (decimal): -1231717 or 10171629. OLE color: 10171629.

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

Color convert

RGB 237 52 155 -
CMYK 0 0.78 0.35 0.07
HSL 326.59º 0.84% 0.57% -
HSV(B) 326.59º 0.78% 0.93% -
XYZ 42.07 22.83 33.2 -
YUV 119.06 148.29 212.12 -
System Red Green Blue C M Y K H S L
Decimal 237 52 155 0 0.78 0.35 0.07 326.59 0.84 0.57
Hex ED 34 9B 0 4E 23 7 147 54 39
Octal 355 64 233 0 116 43 7 507 124 71
Binary 11101101 110100 10011011 0 1001110 100011 111 101000111 1010100 111001

Color Harmonies of #ED349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED349B

Black with #ED349B

Text Example


Text Example

White with #ED349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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