Html Css Color HEX #EF419C Wild Strawberry

📋 copy color: '#EF419C'

red 239 ◦ green 65 ◦ blue 156

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

Shades of Wild Strawberry #EF419C

Tints of Wild Strawberry #EF419C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 51.96%
G = 14.13%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF419C (or 0xEF419C) is known color: Wild Strawberry. HEX triplet: EF, 41 and 9C. RGB value is (239,65,156). Sum of RGB (Red+Green+Blue) = 239+65+156=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF419C is #10BE63. Grayscale: #7F7F7F. Windows color (decimal): -1097316 or 10240495. OLE color: 10240495.

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

Color convert

RGB 239 65 156 -
CMYK 0 0.73 0.35 0.06
HSL 328.62º 0.84% 0.6% -
HSV(B) 328.62º 0.73% 0.94% -
XYZ 43.49 24.53 33.9 -
YUV 127.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 239 65 156 0 0.73 0.35 0.06 328.62 0.84 0.6
Hex EF 41 9C 0 49 23 6 149 54 3C
Octal 357 101 234 0 111 43 6 511 124 74
Binary 11101111 1000001 10011100 0 1001001 100011 110 101001001 1010100 111100

Color Harmonies of #EF419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF419C

Black with #EF419C

Text Example


Text Example

White with #EF419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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