Html Css Color HEX #EF349E Wild Strawberry

📋 copy color: '#EF349E'

red 239 ◦ green 52 ◦ blue 158

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

Shades of Wild Strawberry #EF349E

Tints of Wild Strawberry #EF349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

 BLUE value IS 158 (62.11% from 255) = 35.19%

R = 53.23%
G = 11.58%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF349E (or 0xEF349E) is known color: Wild Strawberry. HEX triplet: EF, 34 and 9E. RGB value is (239,52,158). Sum of RGB (Red+Green+Blue) = 239+52+158=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF349E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF349E is #10CB61. Grayscale: #777777. Windows color (decimal): -1100642 or 10368239. OLE color: 10368239.

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

Color convert

RGB 239 52 158 -
CMYK 0 0.78 0.34 0.06
HSL 325.99º 0.85% 0.57% -
HSV(B) 325.99º 0.78% 0.94% -
XYZ 43 23.28 34.57 -
YUV 120 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 239 52 158 0 0.78 0.34 0.06 325.99 0.85 0.57
Hex EF 34 9E 0 4E 22 6 146 55 39
Octal 357 64 236 0 116 42 6 506 125 71
Binary 11101111 110100 10011110 0 1001110 100010 110 101000110 1010101 111001

Color Harmonies of #EF349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF349E

Black with #EF349E

Text Example


Text Example

White with #EF349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF349E; }

 p { color: rgb(239,52,158); }

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

background-color css

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

 a { background-color: rgb(239,52,158); }

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

border-color css

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

 span { border-color: rgb(239,52,158); }

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