Html Css Color HEX #ED40AA Wild Strawberry

📋 copy color: '#ED40AA'

red 237 ◦ green 64 ◦ blue 170

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

Shades of Wild Strawberry #ED40AA

Tints of Wild Strawberry #ED40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 50.32%
G = 13.59%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED40AA (or 0xED40AA) is known color: Wild Strawberry. HEX triplet: ED, 40 and AA. RGB value is (237,64,170). Sum of RGB (Red+Green+Blue) = 237+64+170=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40AA is #12BF55. Grayscale: #7F7F7F. Windows color (decimal): -1228630 or 11157741. OLE color: 11157741.

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

Color convert

RGB 237 64 170 -
CMYK 0 0.73 0.28 0.07
HSL 323.24º 0.83% 0.59% -
HSV(B) 323.24º 0.73% 0.93% -
XYZ 44.01 24.57 40.45 -
YUV 127.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 237 64 170 0 0.73 0.28 0.07 323.24 0.83 0.59
Hex ED 40 AA 0 49 1C 7 143 53 3B
Octal 355 100 252 0 111 34 7 503 123 73
Binary 11101101 1000000 10101010 0 1001001 11100 111 101000011 1010011 111011

Color Harmonies of #ED40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40AA

Black with #ED40AA

Text Example


Text Example

White with #ED40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40AA; }

 p { color: rgb(237,64,170); }

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

background-color css

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

 a { background-color: rgb(237,64,170); }

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

border-color css

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

 span { border-color: rgb(237,64,170); }

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