Html Css Color HEX #EB389D Wild Strawberry

📋 copy color: '#EB389D'

red 235 ◦ green 56 ◦ blue 157

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

Shades of Wild Strawberry #EB389D

Tints of Wild Strawberry #EB389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

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

R = 52.46%
G = 12.5%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB389D (or 0xEB389D) is known color: Wild Strawberry. HEX triplet: EB, 38 and 9D. RGB value is (235,56,157). Sum of RGB (Red+Green+Blue) = 235+56+157=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB389D is #14C762. Grayscale: #787878. Windows color (decimal): -1361763 or 10303723. OLE color: 10303723.

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

Color convert

RGB 235 56 157 -
CMYK 0 0.76 0.33 0.08
HSL 326.15º 0.82% 0.57% -
HSV(B) 326.15º 0.76% 0.92% -
XYZ 41.76 22.92 34.12 -
YUV 121.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 235 56 157 0 0.76 0.33 0.08 326.15 0.82 0.57
Hex EB 38 9D 0 4C 21 8 146 52 39
Octal 353 70 235 0 114 41 10 506 122 71
Binary 11101011 111000 10011101 0 1001100 100001 1000 101000110 1010010 111001

Color Harmonies of #EB389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB389D

Black with #EB389D

Text Example


Text Example

White with #EB389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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