Html Css Color HEX #EB82BA Persian Pink

📋 copy color: '#EB82BA'

red 235 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #EB82BA

Tints of Persian Pink #EB82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.59%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 42.65%
G = 23.59%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB82BA (or 0xEB82BA) is known color: Persian Pink. HEX triplet: EB, 82 and BA. RGB value is (235,130,186). Sum of RGB (Red+Green+Blue) = 235+130+186=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82BA is #147D45. Grayscale: #A7A7A7. Windows color (decimal): -1342790 or 12223211. OLE color: 12223211.

HSL color Cylindrical-coordinate representation of color #EB82BA: hue angle of 328º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82BA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 186 -
CMYK 0 0.45 0.21 0.08
HSL 328º 0.72% 0.72% -
HSV(B) 328º 0.45% 0.92% -
XYZ 51.11 37.17 50.94 -
YUV 167.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 235 130 186 0 0.45 0.21 0.08 328 0.72 0.72
Hex EB 82 BA 0 2D 15 8 148 48 48
Octal 353 202 272 0 55 25 10 510 110 110
Binary 11101011 10000010 10111010 0 101101 10101 1000 101001000 1001000 1001000

Color Harmonies of #EB82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB82BA

Black with #EB82BA

Text Example


Text Example

White with #EB82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB82BA; }

 p { color: rgb(235,130,186); }

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

background-color css

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

 a { background-color: rgb(235,130,186); }

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

border-color css

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

 span { border-color: rgb(235,130,186); }

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