Html Css Color HEX #ED3696 Wild Strawberry

📋 copy color: '#ED3696'

red 237 ◦ green 54 ◦ blue 150

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

Shades of Wild Strawberry #ED3696

Tints of Wild Strawberry #ED3696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.24%

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 53.74%
G = 12.24%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED3696 (or 0xED3696) is known color: Wild Strawberry. HEX triplet: ED, 36 and 96. RGB value is (237,54,150). Sum of RGB (Red+Green+Blue) = 237+54+150=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3696 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3696 is #12C969. Grayscale: #777777. Windows color (decimal): -1231210 or 9844461. OLE color: 9844461.

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

Color convert

RGB 237 54 150 -
CMYK 0 0.77 0.37 0.07
HSL 328.52º 0.84% 0.57% -
HSV(B) 328.52º 0.77% 0.93% -
XYZ 41.75 22.84 31.06 -
YUV 119.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 237 54 150 0 0.77 0.37 0.07 328.52 0.84 0.57
Hex ED 36 96 0 4D 25 7 149 54 39
Octal 355 66 226 0 115 45 7 511 124 71
Binary 11101101 110110 10010110 0 1001101 100101 111 101001001 1010100 111001

Color Harmonies of #ED3696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3696

Black with #ED3696

Text Example


Text Example

White with #ED3696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3696; }

 p { color: rgb(237,54,150); }

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

background-color css

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

 a { background-color: rgb(237,54,150); }

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

border-color css

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

 span { border-color: rgb(237,54,150); }

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