Html Css Color HEX #ED449F Wild Strawberry

📋 copy color: '#ED449F'

red 237 ◦ green 68 ◦ blue 159

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

Shades of Wild Strawberry #ED449F

Tints of Wild Strawberry #ED449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.66%

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 51.08%
G = 14.66%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED449F (or 0xED449F) is known color: Wild Strawberry. HEX triplet: ED, 44 and 9F. RGB value is (237,68,159). Sum of RGB (Red+Green+Blue) = 237+68+159=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED449F is #12BB60. Grayscale: #808080. Windows color (decimal): -1227617 or 10437869. OLE color: 10437869.

HSL color Cylindrical-coordinate representation of color #ED449F: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED449F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 68 159 -
CMYK 0 0.71 0.33 0.07
HSL 327.69º 0.82% 0.6% -
HSV(B) 327.69º 0.71% 0.93% -
XYZ 43.25 24.64 35.28 -
YUV 128.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 237 68 159 0 0.71 0.33 0.07 327.69 0.82 0.6
Hex ED 44 9F 0 47 21 7 148 52 3C
Octal 355 104 237 0 107 41 7 510 122 74
Binary 11101101 1000100 10011111 0 1000111 100001 111 101001000 1010010 111100

Color Harmonies of #ED449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED449F

Black with #ED449F

Text Example


Text Example

White with #ED449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED449F; }

 p { color: rgb(237,68,159); }

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

background-color css

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

 a { background-color: rgb(237,68,159); }

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

border-color css

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

 span { border-color: rgb(237,68,159); }

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