Html Css Color HEX #ED2991 Wild Strawberry

📋 copy color: '#ED2991'

red 237 ◦ green 41 ◦ blue 145

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

Shades of Wild Strawberry #ED2991

Tints of Wild Strawberry #ED2991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.69%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 56.03%
G = 9.69%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED2991 (or 0xED2991) is known color: Wild Strawberry. HEX triplet: ED, 29 and 91. RGB value is (237,41,145). Sum of RGB (Red+Green+Blue) = 237+41+145=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2991 is #12D66E. Grayscale: #6F6F6F. Windows color (decimal): -1234543 or 9513453. OLE color: 9513453.

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

Color convert

RGB 237 41 145 -
CMYK 0 0.83 0.39 0.07
HSL 328.16º 0.84% 0.55% -
HSV(B) 328.16º 0.83% 0.93% -
XYZ 40.83 21.63 28.81 -
YUV 111.46 146.93 217.54 -
System Red Green Blue C M Y K H S L
Decimal 237 41 145 0 0.83 0.39 0.07 328.16 0.84 0.55
Hex ED 29 91 0 53 27 7 148 54 37
Octal 355 51 221 0 123 47 7 510 124 67
Binary 11101101 101001 10010001 0 1010011 100111 111 101001000 1010100 110111

Color Harmonies of #ED2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2991

Black with #ED2991

Text Example


Text Example

White with #ED2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2991; }

 p { color: rgb(237,41,145); }

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

background-color css

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

 a { background-color: rgb(237,41,145); }

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

border-color css

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

 span { border-color: rgb(237,41,145); }

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