Html Css Color HEX #ED439F Wild Strawberry

📋 copy color: '#ED439F'

red 237 ◦ green 67 ◦ blue 159

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

Shades of Wild Strawberry #ED439F

Tints of Wild Strawberry #ED439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.47%

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

R = 51.19%
G = 14.47%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED439F (or 0xED439F) is known color: Wild Strawberry. HEX triplet: ED, 43 and 9F. RGB value is (237,67,159). Sum of RGB (Red+Green+Blue) = 237+67+159=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439F is #12BC60. Grayscale: #808080. Windows color (decimal): -1227873 or 10437613. OLE color: 10437613.

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

Color convert

RGB 237 67 159 -
CMYK 0 0.72 0.33 0.07
HSL 327.53º 0.83% 0.6% -
HSV(B) 327.53º 0.72% 0.93% -
XYZ 43.19 24.52 35.26 -
YUV 128.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 237 67 159 0 0.72 0.33 0.07 327.53 0.83 0.6
Hex ED 43 9F 0 48 21 7 148 53 3C
Octal 355 103 237 0 110 41 7 510 123 74
Binary 11101101 1000011 10011111 0 1001000 100001 111 101001000 1010011 111100

Color Harmonies of #ED439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED439F

Black with #ED439F

Text Example


Text Example

White with #ED439F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED439F; }

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

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

background-color css

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

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

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

border-color css

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

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

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