Html Css Color HEX #EB379D Wild Strawberry

📋 copy color: '#EB379D'

red 235 ◦ green 55 ◦ blue 157

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

Shades of Wild Strawberry #EB379D

Tints of Wild Strawberry #EB379D

RGB

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

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

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

R = 52.57%
G = 12.3%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB379D (or 0xEB379D) is known color: Wild Strawberry. HEX triplet: EB, 37 and 9D. RGB value is (235,55,157). Sum of RGB (Red+Green+Blue) = 235+55+157=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB379D is #14C862. Grayscale: #787878. Windows color (decimal): -1362019 or 10303467. OLE color: 10303467.

HSL color Cylindrical-coordinate representation of color #EB379D: hue angle of 326º 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 #EB379D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 157 -
CMYK 0 0.77 0.33 0.08
HSL 326º 0.82% 0.57% -
HSV(B) 326º 0.77% 0.92% -
XYZ 41.71 22.83 34.11 -
YUV 120.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 235 55 157 0 0.77 0.33 0.08 326 0.82 0.57
Hex EB 37 9D 0 4D 21 8 146 52 39
Octal 353 67 235 0 115 41 10 506 122 71
Binary 11101011 110111 10011101 0 1001101 100001 1000 101000110 1010010 111001

Color Harmonies of #EB379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB379D

Black with #EB379D

Text Example


Text Example

White with #EB379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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