Html Css Color HEX #EF348D Wild Strawberry

📋 copy color: '#EF348D'

red 239 ◦ green 52 ◦ blue 141

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

Shades of Wild Strawberry #EF348D

Tints of Wild Strawberry #EF348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 55.32%
G = 12.04%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF348D (or 0xEF348D) is known color: Wild Strawberry. HEX triplet: EF, 34 and 8D. RGB value is (239,52,141). Sum of RGB (Red+Green+Blue) = 239+52+141=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF348D is #10CB72. Grayscale: #757575. Windows color (decimal): -1100659 or 9254127. OLE color: 9254127.

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

Color convert

RGB 239 52 141 -
CMYK 0 0.78 0.41 0.06
HSL 331.44º 0.85% 0.57% -
HSV(B) 331.44º 0.78% 0.94% -
XYZ 41.63 22.73 27.39 -
YUV 118.06 140.95 214.26 -
System Red Green Blue C M Y K H S L
Decimal 239 52 141 0 0.78 0.41 0.06 331.44 0.85 0.57
Hex EF 34 8D 0 4E 29 6 14B 55 39
Octal 357 64 215 0 116 51 6 513 125 71
Binary 11101111 110100 10001101 0 1001110 101001 110 101001011 1010101 111001

Color Harmonies of #EF348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF348D

Black with #EF348D

Text Example


Text Example

White with #EF348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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