Html Css Color HEX #EB81B0 Persian Pink

📋 copy color: '#EB81B0'

red 235 ◦ green 129 ◦ blue 176

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

Shades of Persian Pink #EB81B0

Tints of Persian Pink #EB81B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 43.52%
G = 23.89%
B = 32.59%

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

#EB81B0 (or 0xEB81B0) is known color: Persian Pink. HEX triplet: EB, 81 and B0. RGB value is (235,129,176). Sum of RGB (Red+Green+Blue) = 235+129+176=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81B0 is #147E4F. Grayscale: #A5A5A5. Windows color (decimal): -1343056 or 11567595. OLE color: 11567595.

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

Color convert

RGB 235 129 176 -
CMYK 0 0.45 0.25 0.08
HSL 333.4º 0.73% 0.71% -
HSV(B) 333.4º 0.45% 0.92% -
XYZ 49.95 36.5 45.49 -
YUV 166.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 235 129 176 0 0.45 0.25 0.08 333.4 0.73 0.71
Hex EB 81 B0 0 2D 19 8 14D 49 47
Octal 353 201 260 0 55 31 10 515 111 107
Binary 11101011 10000001 10110000 0 101101 11001 1000 101001101 1001001 1000111

Color Harmonies of #EB81B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81B0

Black with #EB81B0

Text Example


Text Example

White with #EB81B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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