Html Css Color HEX #ED3697 Wild Strawberry

📋 copy color: '#ED3697'

red 237 ◦ green 54 ◦ blue 151

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

Shades of Wild Strawberry #ED3697

Tints of Wild Strawberry #ED3697

RGB

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

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

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

R = 53.62%
G = 12.22%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED3697 (or 0xED3697) is known color: Wild Strawberry. HEX triplet: ED, 36 and 97. RGB value is (237,54,151). Sum of RGB (Red+Green+Blue) = 237+54+151=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3697 is #12C968. Grayscale: #777777. Windows color (decimal): -1231209 or 9909997. OLE color: 9909997.

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

Color convert

RGB 237 54 151 -
CMYK 0 0.77 0.36 0.07
HSL 328.2º 0.84% 0.57% -
HSV(B) 328.2º 0.77% 0.93% -
XYZ 41.83 22.88 31.49 -
YUV 119.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 237 54 151 0 0.77 0.36 0.07 328.2 0.84 0.57
Hex ED 36 97 0 4D 24 7 148 54 39
Octal 355 66 227 0 115 44 7 510 124 71
Binary 11101101 110110 10010111 0 1001101 100100 111 101001000 1010100 111001

Color Harmonies of #ED3697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3697

Black with #ED3697

Text Example


Text Example

White with #ED3697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3697; }

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

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

background-color css

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

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

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

border-color css

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

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

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