Html Css Color HEX #EF419F Wild Strawberry

📋 copy color: '#EF419F'

red 239 ◦ green 65 ◦ blue 159

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

Shades of Wild Strawberry #EF419F

Tints of Wild Strawberry #EF419F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 51.62%
G = 14.04%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF419F (or 0xEF419F) is known color: Wild Strawberry. HEX triplet: EF, 41 and 9F. RGB value is (239,65,159). Sum of RGB (Red+Green+Blue) = 239+65+159=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF419F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF419F is #10BE60. Grayscale: #7F7F7F. Windows color (decimal): -1097313 or 10437103. OLE color: 10437103.

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

Color convert

RGB 239 65 159 -
CMYK 0 0.73 0.33 0.06
HSL 327.59º 0.84% 0.6% -
HSV(B) 327.59º 0.73% 0.94% -
XYZ 43.74 24.63 35.25 -
YUV 127.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 239 65 159 0 0.73 0.33 0.06 327.59 0.84 0.6
Hex EF 41 9F 0 49 21 6 148 54 3C
Octal 357 101 237 0 111 41 6 510 124 74
Binary 11101111 1000001 10011111 0 1001001 100001 110 101001000 1010100 111100

Color Harmonies of #EF419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF419F

Black with #EF419F

Text Example


Text Example

White with #EF419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF419F; }

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

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

background-color css

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

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

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

border-color css

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

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

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