Html Css Color HEX #EB379F Wild Strawberry

📋 copy color: '#EB379F'

red 235 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #EB379F

Tints of Wild Strawberry #EB379F

RGB

 RED value IS 235 (92.19% from 255) = 52.34%

 GREEN value IS 55 (21.88% from 255) = 12.25%

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

R = 52.34%
G = 12.25%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB379F (or 0xEB379F) is known color: Wild Strawberry. HEX triplet: EB, 37 and 9F. RGB value is (235,55,159). Sum of RGB (Red+Green+Blue) = 235+55+159=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB379F is #14C860. Grayscale: #787878. Windows color (decimal): -1362017 or 10434539. OLE color: 10434539.

HSL color Cylindrical-coordinate representation of color #EB379F: hue angle of 325.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB379F is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 159 -
CMYK 0 0.77 0.32 0.08
HSL 325.33º 0.82% 0.57% -
HSV(B) 325.33º 0.77% 0.92% -
XYZ 41.89 22.9 35.01 -
YUV 120.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 235 55 159 0 0.77 0.32 0.08 325.33 0.82 0.57
Hex EB 37 9F 0 4D 20 8 145 52 39
Octal 353 67 237 0 115 40 10 505 122 71
Binary 11101011 110111 10011111 0 1001101 100000 1000 101000101 1010010 111001

Color Harmonies of #EB379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB379F

Black with #EB379F

Text Example


Text Example

White with #EB379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB379F; }

 p { color: rgb(235,55,159); }

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

background-color css

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

 a { background-color: rgb(235,55,159); }

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

border-color css

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

 span { border-color: rgb(235,55,159); }

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