Html Css Color HEX #ED358F Wild Strawberry

📋 copy color: '#ED358F'

red 237 ◦ green 53 ◦ blue 143

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

Shades of Wild Strawberry #ED358F

Tints of Wild Strawberry #ED358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 54.73%
G = 12.24%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED358F (or 0xED358F) is known color: Wild Strawberry. HEX triplet: ED, 35 and 8F. RGB value is (237,53,143). Sum of RGB (Red+Green+Blue) = 237+53+143=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED358F is #12CA70. Grayscale: #767676. Windows color (decimal): -1231473 or 9385453. OLE color: 9385453.

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

Color convert

RGB 237 53 143 -
CMYK 0 0.78 0.40 0.07
HSL 330.65º 0.84% 0.57% -
HSV(B) 330.65º 0.78% 0.93% -
XYZ 41.16 22.53 28.17 -
YUV 118.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 237 53 143 0 0.78 0.40 0.07 330.65 0.84 0.57
Hex ED 35 8F 0 4E 28 7 14B 54 39
Octal 355 65 217 0 116 50 7 513 124 71
Binary 11101101 110101 10001111 0 1001110 101000 111 101001011 1010100 111001

Color Harmonies of #ED358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED358F

Black with #ED358F

Text Example


Text Example

White with #ED358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED358F; }

 p { color: rgb(237,53,143); }

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

background-color css

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

 a { background-color: rgb(237,53,143); }

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

border-color css

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

 span { border-color: rgb(237,53,143); }

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