Html Css Color HEX #EF40A6 Wild Strawberry

📋 copy color: '#EF40A6'

red 239 ◦ green 64 ◦ blue 166

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

Shades of Wild Strawberry #EF40A6

Tints of Wild Strawberry #EF40A6

RGB

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

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

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

R = 50.96%
G = 13.65%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF40A6 (or 0xEF40A6) is known color: Wild Strawberry. HEX triplet: EF, 40 and A6. RGB value is (239,64,166). Sum of RGB (Red+Green+Blue) = 239+64+166=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40A6 is #10BF59. Grayscale: #7F7F7F. Windows color (decimal): -1097562 or 10895599. OLE color: 10895599.

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

Color convert

RGB 239 64 166 -
CMYK 0 0.73 0.31 0.06
HSL 325.03º 0.85% 0.59% -
HSV(B) 325.03º 0.73% 0.94% -
XYZ 44.31 24.77 38.52 -
YUV 127.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 239 64 166 0 0.73 0.31 0.06 325.03 0.85 0.59
Hex EF 40 A6 0 49 1F 6 145 55 3B
Octal 357 100 246 0 111 37 6 505 125 73
Binary 11101111 1000000 10100110 0 1001001 11111 110 101000101 1010101 111011

Color Harmonies of #EF40A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40A6

Black with #EF40A6

Text Example


Text Example

White with #EF40A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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