Html Css Color HEX #ED3AA6 Wild Strawberry

📋 copy color: '#ED3AA6'

red 237 ◦ green 58 ◦ blue 166

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

Shades of Wild Strawberry #ED3AA6

Tints of Wild Strawberry #ED3AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 51.41%
G = 12.58%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED3AA6 (or 0xED3AA6) is known color: Wild Strawberry. HEX triplet: ED, 3A and A6. RGB value is (237,58,166). Sum of RGB (Red+Green+Blue) = 237+58+166=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3AA6 is #12C559. Grayscale: #7B7B7B. Windows color (decimal): -1230170 or 10894061. OLE color: 10894061.

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

Color convert

RGB 237 58 166 -
CMYK 0 0.76 0.30 0.07
HSL 323.8º 0.83% 0.58% -
HSV(B) 323.8º 0.76% 0.93% -
XYZ 43.32 23.78 38.38 -
YUV 123.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 237 58 166 0 0.76 0.30 0.07 323.8 0.83 0.58
Hex ED 3A A6 0 4C 1E 7 144 53 3A
Octal 355 72 246 0 114 36 7 504 123 72
Binary 11101101 111010 10100110 0 1001100 11110 111 101000100 1010011 111010

Color Harmonies of #ED3AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3AA6

Black with #ED3AA6

Text Example


Text Example

White with #ED3AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3AA6; }

 p { color: rgb(237,58,166); }

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

background-color css

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

 a { background-color: rgb(237,58,166); }

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

border-color css

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

 span { border-color: rgb(237,58,166); }

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