Html Css Color HEX #EF40AB Wild Strawberry

📋 copy color: '#EF40AB'

red 239 ◦ green 64 ◦ blue 171

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

Shades of Wild Strawberry #EF40AB

Tints of Wild Strawberry #EF40AB

RGB

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

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

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

R = 50.42%
G = 13.5%
B = 36.08%

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

#EF40AB (or 0xEF40AB) is known color: Wild Strawberry. HEX triplet: EF, 40 and AB. RGB value is (239,64,171). Sum of RGB (Red+Green+Blue) = 239+64+171=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AB is #10BF54. Grayscale: #808080. Windows color (decimal): -1097557 or 11223279. OLE color: 11223279.

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

Color convert

RGB 239 64 171 -
CMYK 0 0.73 0.28 0.06
HSL 323.31º 0.85% 0.59% -
HSV(B) 323.31º 0.73% 0.94% -
XYZ 44.78 24.96 40.99 -
YUV 128.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 239 64 171 0 0.73 0.28 0.06 323.31 0.85 0.59
Hex EF 40 AB 0 49 1C 6 143 55 3B
Octal 357 100 253 0 111 34 6 503 125 73
Binary 11101111 1000000 10101011 0 1001001 11100 110 101000011 1010101 111011

Color Harmonies of #EF40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40AB

Black with #EF40AB

Text Example


Text Example

White with #EF40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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