Html Css Color HEX #EB329A Wild Strawberry

📋 copy color: '#EB329A'

red 235 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #EB329A

Tints of Wild Strawberry #EB329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.39%

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

R = 53.53%
G = 11.39%
B = 35.08%

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

#EB329A (or 0xEB329A) is known color: Wild Strawberry. HEX triplet: EB, 32 and 9A. RGB value is (235,50,154). Sum of RGB (Red+Green+Blue) = 235+50+154=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB329A is #14CD65. Grayscale: #747474. Windows color (decimal): -1363302 or 10105579. OLE color: 10105579.

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

Color convert

RGB 235 50 154 -
CMYK 0 0.79 0.34 0.08
HSL 326.27º 0.82% 0.56% -
HSV(B) 326.27º 0.79% 0.92% -
XYZ 41.23 22.28 32.7 -
YUV 117.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 235 50 154 0 0.79 0.34 0.08 326.27 0.82 0.56
Hex EB 32 9A 0 4F 22 8 146 52 38
Octal 353 62 232 0 117 42 10 506 122 70
Binary 11101011 110010 10011010 0 1001111 100010 1000 101000110 1010010 111000

Color Harmonies of #EB329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB329A

Black with #EB329A

Text Example


Text Example

White with #EB329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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