Html Css Color HEX #EB81C0 Persian Pink

📋 copy color: '#EB81C0'

red 235 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #EB81C0

Tints of Persian Pink #EB81C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 42.27%
G = 23.2%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB81C0 (or 0xEB81C0) is known color: Persian Pink. HEX triplet: EB, 81 and C0. RGB value is (235,129,192). Sum of RGB (Red+Green+Blue) = 235+129+192=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C0 is #147E3F. Grayscale: #A7A7A7. Windows color (decimal): -1343040 or 12616171. OLE color: 12616171.

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

Color convert

RGB 235 129 192 -
CMYK 0 0.45 0.18 0.08
HSL 324.34º 0.73% 0.71% -
HSV(B) 324.34º 0.45% 0.92% -
XYZ 51.63 37.17 54.32 -
YUV 167.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 235 129 192 0 0.45 0.18 0.08 324.34 0.73 0.71
Hex EB 81 C0 0 2D 12 8 144 49 47
Octal 353 201 300 0 55 22 10 504 111 107
Binary 11101011 10000001 11000000 0 101101 10010 1000 101000100 1001001 1000111

Color Harmonies of #EB81C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81C0

Black with #EB81C0

Text Example


Text Example

White with #EB81C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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