Html Css Color HEX #EB389A Wild Strawberry

📋 copy color: '#EB389A'

red 235 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #EB389A

Tints of Wild Strawberry #EB389A

RGB

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

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

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

R = 52.81%
G = 12.58%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB389A (or 0xEB389A) is known color: Wild Strawberry. HEX triplet: EB, 38 and 9A. RGB value is (235,56,154). Sum of RGB (Red+Green+Blue) = 235+56+154=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB389A is #14C765. Grayscale: #787878. Windows color (decimal): -1361766 or 10107115. OLE color: 10107115.

HSL color Cylindrical-coordinate representation of color #EB389A: hue angle of 327.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 #EB389A is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 56 154 -
CMYK 0 0.76 0.34 0.08
HSL 327.15º 0.82% 0.57% -
HSV(B) 327.15º 0.76% 0.92% -
XYZ 41.51 22.82 32.79 -
YUV 120.69 146.8 209.53 -
System Red Green Blue C M Y K H S L
Decimal 235 56 154 0 0.76 0.34 0.08 327.15 0.82 0.57
Hex EB 38 9A 0 4C 22 8 147 52 39
Octal 353 70 232 0 114 42 10 507 122 71
Binary 11101011 111000 10011010 0 1001100 100010 1000 101000111 1010010 111001

Color Harmonies of #EB389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB389A

Black with #EB389A

Text Example


Text Example

White with #EB389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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