Html Css Color HEX #EF41A7 Wild Strawberry

📋 copy color: '#EF41A7'

red 239 ◦ green 65 ◦ blue 167

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

Shades of Wild Strawberry #EF41A7

Tints of Wild Strawberry #EF41A7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.8%

 BLUE value IS 167 (65.63% from 255) = 35.46%

R = 50.74%
G = 13.8%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF41A7 (or 0xEF41A7) is known color: Wild Strawberry. HEX triplet: EF, 41 and A7. RGB value is (239,65,167). Sum of RGB (Red+Green+Blue) = 239+65+167=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF41A7 is #10BE58. Grayscale: #808080. Windows color (decimal): -1097305 or 10961391. OLE color: 10961391.

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

Color convert

RGB 239 65 167 -
CMYK 0 0.73 0.30 0.06
HSL 324.83º 0.84% 0.6% -
HSV(B) 324.83º 0.73% 0.94% -
XYZ 44.46 24.92 39.03 -
YUV 128.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 239 65 167 0 0.73 0.30 0.06 324.83 0.84 0.6
Hex EF 41 A7 0 49 1E 6 145 54 3C
Octal 357 101 247 0 111 36 6 505 124 74
Binary 11101111 1000001 10100111 0 1001001 11110 110 101000101 1010100 111100

Color Harmonies of #EF41A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF41A7

Black with #EF41A7

Text Example


Text Example

White with #EF41A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF41A7; }

 p { color: rgb(239,65,167); }

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

background-color css

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

 a { background-color: rgb(239,65,167); }

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

border-color css

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

 span { border-color: rgb(239,65,167); }

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