Html Css Color HEX #ED389A Wild Strawberry

📋 copy color: '#ED389A'

red 237 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #ED389A

Tints of Wild Strawberry #ED389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 53.02%
G = 12.53%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED389A (or 0xED389A) is known color: Wild Strawberry. HEX triplet: ED, 38 and 9A. RGB value is (237,56,154). Sum of RGB (Red+Green+Blue) = 237+56+154=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED389A is #12C765. Grayscale: #797979. Windows color (decimal): -1230694 or 10107117. OLE color: 10107117.

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

Color convert

RGB 237 56 154 -
CMYK 0 0.76 0.35 0.07
HSL 327.51º 0.83% 0.57% -
HSV(B) 327.51º 0.76% 0.93% -
XYZ 42.17 23.17 32.82 -
YUV 121.29 146.47 210.53 -
System Red Green Blue C M Y K H S L
Decimal 237 56 154 0 0.76 0.35 0.07 327.51 0.83 0.57
Hex ED 38 9A 0 4C 23 7 148 53 39
Octal 355 70 232 0 114 43 7 510 123 71
Binary 11101101 111000 10011010 0 1001100 100011 111 101001000 1010011 111001

Color Harmonies of #ED389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED389A

Black with #ED389A

Text Example


Text Example

White with #ED389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED389A; }

 p { color: rgb(237,56,154); }

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

background-color css

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

 a { background-color: rgb(237,56,154); }

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

border-color css

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

 span { border-color: rgb(237,56,154); }

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