Html Css Color HEX #ED2990 Wild Strawberry

📋 copy color: '#ED2990'

red 237 ◦ green 41 ◦ blue 144

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

Shades of Wild Strawberry #ED2990

Tints of Wild Strawberry #ED2990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 56.16%
G = 9.72%
B = 34.12%

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

#ED2990 (or 0xED2990) is known color: Wild Strawberry. HEX triplet: ED, 29 and 90. RGB value is (237,41,144). Sum of RGB (Red+Green+Blue) = 237+41+144=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2990 is #12D66F. Grayscale: #6F6F6F. Windows color (decimal): -1234544 or 9447917. OLE color: 9447917.

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

Color convert

RGB 237 41 144 -
CMYK 0 0.83 0.39 0.07
HSL 328.47º 0.84% 0.55% -
HSV(B) 328.47º 0.83% 0.93% -
XYZ 40.75 21.6 28.41 -
YUV 111.35 146.43 217.62 -
System Red Green Blue C M Y K H S L
Decimal 237 41 144 0 0.83 0.39 0.07 328.47 0.84 0.55
Hex ED 29 90 0 53 27 7 148 54 37
Octal 355 51 220 0 123 47 7 510 124 67
Binary 11101101 101001 10010000 0 1010011 100111 111 101001000 1010100 110111

Color Harmonies of #ED2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2990

Black with #ED2990

Text Example


Text Example

White with #ED2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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