Html Css Color HEX #EF349A Wild Strawberry

📋 copy color: '#EF349A'

red 239 ◦ green 52 ◦ blue 154

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

Shades of Wild Strawberry #EF349A

Tints of Wild Strawberry #EF349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 53.71%
G = 11.69%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF349A (or 0xEF349A) is known color: Wild Strawberry. HEX triplet: EF, 34 and 9A. RGB value is (239,52,154). Sum of RGB (Red+Green+Blue) = 239+52+154=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF349A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF349A is #10CB65. Grayscale: #777777. Windows color (decimal): -1100646 or 10106095. OLE color: 10106095.

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

Color convert

RGB 239 52 154 -
CMYK 0 0.78 0.36 0.06
HSL 327.27º 0.85% 0.57% -
HSV(B) 327.27º 0.78% 0.94% -
XYZ 42.66 23.14 32.79 -
YUV 119.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 239 52 154 0 0.78 0.36 0.06 327.27 0.85 0.57
Hex EF 34 9A 0 4E 24 6 147 55 39
Octal 357 64 232 0 116 44 6 507 125 71
Binary 11101111 110100 10011010 0 1001110 100100 110 101000111 1010101 111001

Color Harmonies of #EF349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF349A

Black with #EF349A

Text Example


Text Example

White with #EF349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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