Html Css Color HEX #ED3897 Wild Strawberry

📋 copy color: '#ED3897'

red 237 ◦ green 56 ◦ blue 151

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

Shades of Wild Strawberry #ED3897

Tints of Wild Strawberry #ED3897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.61%

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

R = 53.38%
G = 12.61%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED3897 (or 0xED3897) is known color: Wild Strawberry. HEX triplet: ED, 38 and 97. RGB value is (237,56,151). Sum of RGB (Red+Green+Blue) = 237+56+151=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3897 is #12C768. Grayscale: #787878. Windows color (decimal): -1230697 or 9910509. OLE color: 9910509.

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

Color convert

RGB 237 56 151 -
CMYK 0 0.76 0.36 0.07
HSL 328.51º 0.83% 0.57% -
HSV(B) 328.51º 0.76% 0.93% -
XYZ 41.93 23.07 31.52 -
YUV 120.95 144.97 210.78 -
System Red Green Blue C M Y K H S L
Decimal 237 56 151 0 0.76 0.36 0.07 328.51 0.83 0.57
Hex ED 38 97 0 4C 24 7 149 53 39
Octal 355 70 227 0 114 44 7 511 123 71
Binary 11101101 111000 10010111 0 1001100 100100 111 101001001 1010011 111001

Color Harmonies of #ED3897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3897

Black with #ED3897

Text Example


Text Example

White with #ED3897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3897; }

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

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

background-color css

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

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

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

border-color css

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

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

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