Html Css Color HEX #ED359F Wild Strawberry

📋 copy color: '#ED359F'

red 237 ◦ green 53 ◦ blue 159

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

Shades of Wild Strawberry #ED359F

Tints of Wild Strawberry #ED359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 52.78%
G = 11.8%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED359F (or 0xED359F) is known color: Wild Strawberry. HEX triplet: ED, 35 and 9F. RGB value is (237,53,159). Sum of RGB (Red+Green+Blue) = 237+53+159=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359F is #12CA60. Grayscale: #777777. Windows color (decimal): -1231457 or 10434029. OLE color: 10434029.

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

Color convert

RGB 237 53 159 -
CMYK 0 0.78 0.33 0.07
HSL 325.43º 0.84% 0.57% -
HSV(B) 325.43º 0.78% 0.93% -
XYZ 42.46 23.05 35.01 -
YUV 120.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 237 53 159 0 0.78 0.33 0.07 325.43 0.84 0.57
Hex ED 35 9F 0 4E 21 7 145 54 39
Octal 355 65 237 0 116 41 7 505 124 71
Binary 11101101 110101 10011111 0 1001110 100001 111 101000101 1010100 111001

Color Harmonies of #ED359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED359F

Black with #ED359F

Text Example


Text Example

White with #ED359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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