Html Css Color HEX #ED439E Wild Strawberry

📋 copy color: '#ED439E'

red 237 ◦ green 67 ◦ blue 158

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

Shades of Wild Strawberry #ED439E

Tints of Wild Strawberry #ED439E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 51.3%
G = 14.5%
B = 34.2%

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

#ED439E (or 0xED439E) is known color: Wild Strawberry. HEX triplet: ED, 43 and 9E. RGB value is (237,67,158). Sum of RGB (Red+Green+Blue) = 237+67+158=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED439E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED439E is #12BC61. Grayscale: #808080. Windows color (decimal): -1227874 or 10372077. OLE color: 10372077.

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

Color convert

RGB 237 67 158 -
CMYK 0 0.72 0.33 0.07
HSL 327.88º 0.83% 0.6% -
HSV(B) 327.88º 0.72% 0.93% -
XYZ 43.1 24.49 34.8 -
YUV 128.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 237 67 158 0 0.72 0.33 0.07 327.88 0.83 0.6
Hex ED 43 9E 0 48 21 7 148 53 3C
Octal 355 103 236 0 110 41 7 510 123 74
Binary 11101101 1000011 10011110 0 1001000 100001 111 101001000 1010011 111100

Color Harmonies of #ED439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED439E

Black with #ED439E

Text Example


Text Example

White with #ED439E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED439E; }

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

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

background-color css

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

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

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

border-color css

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

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

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