Html Css Color HEX #ED3490 Wild Strawberry

📋 copy color: '#ED3490'

red 237 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #ED3490

Tints of Wild Strawberry #ED3490

RGB

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

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

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

R = 54.73%
G = 12.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED3490 (or 0xED3490) is known color: Wild Strawberry. HEX triplet: ED, 34 and 90. RGB value is (237,52,144). Sum of RGB (Red+Green+Blue) = 237+52+144=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3490 is #12CB6F. Grayscale: #757575. Windows color (decimal): -1231728 or 9450733. OLE color: 9450733.

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

Color convert

RGB 237 52 144 -
CMYK 0 0.78 0.39 0.07
HSL 330.16º 0.84% 0.57% -
HSV(B) 330.16º 0.78% 0.93% -
XYZ 41.19 22.47 28.55 -
YUV 117.8 142.79 213.02 -
System Red Green Blue C M Y K H S L
Decimal 237 52 144 0 0.78 0.39 0.07 330.16 0.84 0.57
Hex ED 34 90 0 4E 27 7 14A 54 39
Octal 355 64 220 0 116 47 7 512 124 71
Binary 11101101 110100 10010000 0 1001110 100111 111 101001010 1010100 111001

Color Harmonies of #ED3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3490

Black with #ED3490

Text Example


Text Example

White with #ED3490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3490; }

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

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

background-color css

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

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

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

border-color css

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

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

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