Html Css Color HEX #EB81B1 Persian Pink

📋 copy color: '#EB81B1'

red 235 ◦ green 129 ◦ blue 177

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

Shades of Persian Pink #EB81B1

Tints of Persian Pink #EB81B1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.84%

 BLUE value IS 177 (69.53% from 255) = 32.72%

R = 43.44%
G = 23.84%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB81B1 (or 0xEB81B1) is known color: Persian Pink. HEX triplet: EB, 81 and B1. RGB value is (235,129,177). Sum of RGB (Red+Green+Blue) = 235+129+177=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81B1 is #147E4E. Grayscale: #A6A6A6. Windows color (decimal): -1343055 or 11633131. OLE color: 11633131.

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

Color convert

RGB 235 129 177 -
CMYK 0 0.45 0.25 0.08
HSL 332.83º 0.73% 0.71% -
HSV(B) 332.83º 0.45% 0.92% -
XYZ 50.05 36.54 46.01 -
YUV 166.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 235 129 177 0 0.45 0.25 0.08 332.83 0.73 0.71
Hex EB 81 B1 0 2D 19 8 14D 49 47
Octal 353 201 261 0 55 31 10 515 111 107
Binary 11101011 10000001 10110001 0 101101 11001 1000 101001101 1001001 1000111

Color Harmonies of #EB81B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81B1

Black with #EB81B1

Text Example


Text Example

White with #EB81B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81B1; }

 p { color: rgb(235,129,177); }

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

background-color css

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

 a { background-color: rgb(235,129,177); }

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

border-color css

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

 span { border-color: rgb(235,129,177); }

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