Html Css Color HEX #ED3497 Wild Strawberry

📋 copy color: '#ED3497'

red 237 ◦ green 52 ◦ blue 151

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

Shades of Wild Strawberry #ED3497

Tints of Wild Strawberry #ED3497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 53.86%
G = 11.82%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED3497 (or 0xED3497) is known color: Wild Strawberry. HEX triplet: ED, 34 and 97. RGB value is (237,52,151). Sum of RGB (Red+Green+Blue) = 237+52+151=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3497 is #12CB68. Grayscale: #767676. Windows color (decimal): -1231721 or 9909485. OLE color: 9909485.

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

Color convert

RGB 237 52 151 -
CMYK 0 0.78 0.36 0.07
HSL 327.89º 0.84% 0.57% -
HSV(B) 327.89º 0.78% 0.93% -
XYZ 41.74 22.69 31.46 -
YUV 118.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 237 52 151 0 0.78 0.36 0.07 327.89 0.84 0.57
Hex ED 34 97 0 4E 24 7 148 54 39
Octal 355 64 227 0 116 44 7 510 124 71
Binary 11101101 110100 10010111 0 1001110 100100 111 101001000 1010100 111001

Color Harmonies of #ED3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3497

Black with #ED3497

Text Example


Text Example

White with #ED3497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3497; }

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

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

background-color css

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

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

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

border-color css

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

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

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