Html Css Color HEX #EF349D Wild Strawberry

📋 copy color: '#EF349D'

red 239 ◦ green 52 ◦ blue 157

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

Shades of Wild Strawberry #EF349D

Tints of Wild Strawberry #EF349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 53.35%
G = 11.61%
B = 35.04%

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

#EF349D (or 0xEF349D) is known color: Wild Strawberry. HEX triplet: EF, 34 and 9D. RGB value is (239,52,157). Sum of RGB (Red+Green+Blue) = 239+52+157=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF349D is #10CB62. Grayscale: #777777. Windows color (decimal): -1100643 or 10302703. OLE color: 10302703.

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

Color convert

RGB 239 52 157 -
CMYK 0 0.78 0.34 0.06
HSL 326.31º 0.85% 0.57% -
HSV(B) 326.31º 0.78% 0.94% -
XYZ 42.91 23.24 34.12 -
YUV 119.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 239 52 157 0 0.78 0.34 0.06 326.31 0.85 0.57
Hex EF 34 9D 0 4E 22 6 146 55 39
Octal 357 64 235 0 116 42 6 506 125 71
Binary 11101111 110100 10011101 0 1001110 100010 110 101000110 1010101 111001

Color Harmonies of #EF349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF349D

Black with #EF349D

Text Example


Text Example

White with #EF349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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