Html Css Color HEX #EB81C1 Persian Pink

📋 copy color: '#EB81C1'

red 235 ◦ green 129 ◦ blue 193

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

Shades of Persian Pink #EB81C1

Tints of Persian Pink #EB81C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 42.19%
G = 23.16%
B = 34.65%

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

#EB81C1 (or 0xEB81C1) is known color: Persian Pink. HEX triplet: EB, 81 and C1. RGB value is (235,129,193). Sum of RGB (Red+Green+Blue) = 235+129+193=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81C1 is #147E3E. Grayscale: #A7A7A7. Windows color (decimal): -1343039 or 12681707. OLE color: 12681707.

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

Color convert

RGB 235 129 193 -
CMYK 0 0.45 0.18 0.08
HSL 323.77º 0.73% 0.71% -
HSV(B) 323.77º 0.45% 0.92% -
XYZ 51.74 37.21 54.91 -
YUV 167.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 235 129 193 0 0.45 0.18 0.08 323.77 0.73 0.71
Hex EB 81 C1 0 2D 12 8 144 49 47
Octal 353 201 301 0 55 22 10 504 111 107
Binary 11101011 10000001 11000001 0 101101 10010 1000 101000100 1001001 1000111

Color Harmonies of #EB81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81C1

Black with #EB81C1

Text Example


Text Example

White with #EB81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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