Html Css Color HEX #EF369F Wild Strawberry

📋 copy color: '#EF369F'

red 239 ◦ green 54 ◦ blue 159

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

Shades of Wild Strawberry #EF369F

Tints of Wild Strawberry #EF369F

RGB

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

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

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

R = 52.88%
G = 11.95%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF369F (or 0xEF369F) is known color: Wild Strawberry. HEX triplet: EF, 36 and 9F. RGB value is (239,54,159). Sum of RGB (Red+Green+Blue) = 239+54+159=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF369F is #10C960. Grayscale: #797979. Windows color (decimal): -1100129 or 10434287. OLE color: 10434287.

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

Color convert

RGB 239 54 159 -
CMYK 0 0.77 0.33 0.06
HSL 325.95º 0.85% 0.57% -
HSV(B) 325.95º 0.77% 0.94% -
XYZ 43.17 23.49 35.06 -
YUV 121.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 239 54 159 0 0.77 0.33 0.06 325.95 0.85 0.57
Hex EF 36 9F 0 4D 21 6 146 55 39
Octal 357 66 237 0 115 41 6 506 125 71
Binary 11101111 110110 10011111 0 1001101 100001 110 101000110 1010101 111001

Color Harmonies of #EF369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF369F

Black with #EF369F

Text Example


Text Example

White with #EF369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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