Html Css Color HEX #ED359E Wild Strawberry

📋 copy color: '#ED359E'

red 237 ◦ green 53 ◦ blue 158

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

Shades of Wild Strawberry #ED359E

Tints of Wild Strawberry #ED359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 52.9%
G = 11.83%
B = 35.27%

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

#ED359E (or 0xED359E) is known color: Wild Strawberry. HEX triplet: ED, 35 and 9E. RGB value is (237,53,158). Sum of RGB (Red+Green+Blue) = 237+53+158=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED359E is #12CA61. Grayscale: #777777. Windows color (decimal): -1231458 or 10368493. OLE color: 10368493.

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

Color convert

RGB 237 53 158 -
CMYK 0 0.78 0.33 0.07
HSL 325.76º 0.84% 0.57% -
HSV(B) 325.76º 0.78% 0.93% -
XYZ 42.37 23.02 34.56 -
YUV 119.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 237 53 158 0 0.78 0.33 0.07 325.76 0.84 0.57
Hex ED 35 9E 0 4E 21 7 146 54 39
Octal 355 65 236 0 116 41 7 506 124 71
Binary 11101101 110101 10011110 0 1001110 100001 111 101000110 1010100 111001

Color Harmonies of #ED359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED359E

Black with #ED359E

Text Example


Text Example

White with #ED359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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