Html Css Color HEX #ED40AB Wild Strawberry

📋 copy color: '#ED40AB'

red 237 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #ED40AB

Tints of Wild Strawberry #ED40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 50.21%
G = 13.56%
B = 36.23%

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

#ED40AB (or 0xED40AB) is known color: Wild Strawberry. HEX triplet: ED, 40 and AB. RGB value is (237,64,171). Sum of RGB (Red+Green+Blue) = 237+64+171=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40AB is #12BF54. Grayscale: #7F7F7F. Windows color (decimal): -1228629 or 11223277. OLE color: 11223277.

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

Color convert

RGB 237 64 171 -
CMYK 0 0.73 0.28 0.07
HSL 322.89º 0.83% 0.59% -
HSV(B) 322.89º 0.73% 0.93% -
XYZ 44.11 24.61 40.95 -
YUV 127.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 237 64 171 0 0.73 0.28 0.07 322.89 0.83 0.59
Hex ED 40 AB 0 49 1C 7 143 53 3B
Octal 355 100 253 0 111 34 7 503 123 73
Binary 11101101 1000000 10101011 0 1001001 11100 111 101000011 1010011 111011

Color Harmonies of #ED40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40AB

Black with #ED40AB

Text Example


Text Example

White with #ED40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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