Html Css Color HEX #EB86B2 Persian Pink

📋 copy color: '#EB86B2'

red 235 ◦ green 134 ◦ blue 178

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

Shades of Persian Pink #EB86B2

Tints of Persian Pink #EB86B2

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.5%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 42.96%
G = 24.5%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB86B2 (or 0xEB86B2) is known color: Persian Pink. HEX triplet: EB, 86 and B2. RGB value is (235,134,178). Sum of RGB (Red+Green+Blue) = 235+134+178=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB86B2 is #14794D. Grayscale: #A9A9A9. Windows color (decimal): -1341774 or 11699947. OLE color: 11699947.

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

Color convert

RGB 235 134 178 -
CMYK 0 0.43 0.24 0.08
HSL 333.86º 0.72% 0.72% -
HSV(B) 333.86º 0.43% 0.92% -
XYZ 50.82 37.93 46.76 -
YUV 169.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 235 134 178 0 0.43 0.24 0.08 333.86 0.72 0.72
Hex EB 86 B2 0 2B 18 8 14E 48 48
Octal 353 206 262 0 53 30 10 516 110 110
Binary 11101011 10000110 10110010 0 101011 11000 1000 101001110 1001000 1001000

Color Harmonies of #EB86B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB86B2

Black with #EB86B2

Text Example


Text Example

White with #EB86B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB86B2; }

 p { color: rgb(235,134,178); }

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

background-color css

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

 a { background-color: rgb(235,134,178); }

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

border-color css

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

 span { border-color: rgb(235,134,178); }

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