Html Css Color HEX #EF40AD Wild Strawberry

📋 copy color: '#EF40AD'

red 239 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #EF40AD

Tints of Wild Strawberry #EF40AD

RGB

 RED value IS 239 (93.75% from 255) = 50.21%

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

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 50.21%
G = 13.45%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF40AD (or 0xEF40AD) is known color: Wild Strawberry. HEX triplet: EF, 40 and AD. RGB value is (239,64,173). Sum of RGB (Red+Green+Blue) = 239+64+173=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AD is #10BF52. Grayscale: #808080. Windows color (decimal): -1097555 or 11354351. OLE color: 11354351.

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

Color convert

RGB 239 64 173 -
CMYK 0 0.73 0.28 0.06
HSL 322.63º 0.85% 0.59% -
HSV(B) 322.63º 0.73% 0.94% -
XYZ 44.97 25.03 42 -
YUV 128.75 152.98 206.64 -
System Red Green Blue C M Y K H S L
Decimal 239 64 173 0 0.73 0.28 0.06 322.63 0.85 0.59
Hex EF 40 AD 0 49 1C 6 143 55 3B
Octal 357 100 255 0 111 34 6 503 125 73
Binary 11101111 1000000 10101101 0 1001001 11100 110 101000011 1010101 111011

Color Harmonies of #EF40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40AD

Black with #EF40AD

Text Example


Text Example

White with #EF40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40AD; }

 p { color: rgb(239,64,173); }

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

background-color css

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

 a { background-color: rgb(239,64,173); }

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

border-color css

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

 span { border-color: rgb(239,64,173); }

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