Html Css Color HEX #EF369C Wild Strawberry

📋 copy color: '#EF369C'

red 239 ◦ green 54 ◦ blue 156

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

Shades of Wild Strawberry #EF369C

Tints of Wild Strawberry #EF369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.03%

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

R = 53.23%
G = 12.03%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF369C (or 0xEF369C) is known color: Wild Strawberry. HEX triplet: EF, 36 and 9C. RGB value is (239,54,156). Sum of RGB (Red+Green+Blue) = 239+54+156=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF369C is #10C963. Grayscale: #787878. Windows color (decimal): -1100132 or 10237679. OLE color: 10237679.

HSL color Cylindrical-coordinate representation of color #EF369C: hue angle of 326.92º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF369C is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 54 156 -
CMYK 0 0.77 0.35 0.06
HSL 326.92º 0.85% 0.57% -
HSV(B) 326.92º 0.77% 0.94% -
XYZ 42.92 23.39 33.71 -
YUV 120.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 239 54 156 0 0.77 0.35 0.06 326.92 0.85 0.57
Hex EF 36 9C 0 4D 23 6 147 55 39
Octal 357 66 234 0 115 43 6 507 125 71
Binary 11101111 110110 10011100 0 1001101 100011 110 101000111 1010101 111001

Color Harmonies of #EF369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF369C

Black with #EF369C

Text Example


Text Example

White with #EF369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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