Html Css Color HEX #EB319A Wild Strawberry

📋 copy color: '#EB319A'

red 235 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #EB319A

Tints of Wild Strawberry #EB319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.19%

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

R = 53.65%
G = 11.19%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB319A (or 0xEB319A) is known color: Wild Strawberry. HEX triplet: EB, 31 and 9A. RGB value is (235,49,154). Sum of RGB (Red+Green+Blue) = 235+49+154=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB319A is #14CE65. Grayscale: #747474. Windows color (decimal): -1363558 or 10105323. OLE color: 10105323.

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

Color convert

RGB 235 49 154 -
CMYK 0 0.79 0.34 0.08
HSL 326.13º 0.82% 0.56% -
HSV(B) 326.13º 0.79% 0.92% -
XYZ 41.19 22.19 32.68 -
YUV 116.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 235 49 154 0 0.79 0.34 0.08 326.13 0.82 0.56
Hex EB 31 9A 0 4F 22 8 146 52 38
Octal 353 61 232 0 117 42 10 506 122 70
Binary 11101011 110001 10011010 0 1001111 100010 1000 101000110 1010010 111000

Color Harmonies of #EB319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB319A

Black with #EB319A

Text Example


Text Example

White with #EB319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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