Html Css Color HEX #EB81B5 Persian Pink

📋 copy color: '#EB81B5'

red 235 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #EB81B5

Tints of Persian Pink #EB81B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 43.12%
G = 23.67%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EB81B5 (or 0xEB81B5) is known color: Persian Pink. HEX triplet: EB, 81 and B5. RGB value is (235,129,181). Sum of RGB (Red+Green+Blue) = 235+129+181=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81B5 is #147E4A. Grayscale: #A6A6A6. Windows color (decimal): -1343051 or 11895275. OLE color: 11895275.

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

Color convert

RGB 235 129 181 -
CMYK 0 0.45 0.23 0.08
HSL 330.57º 0.73% 0.71% -
HSV(B) 330.57º 0.45% 0.92% -
XYZ 50.45 36.7 48.14 -
YUV 166.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 235 129 181 0 0.45 0.23 0.08 330.57 0.73 0.71
Hex EB 81 B5 0 2D 17 8 14B 49 47
Octal 353 201 265 0 55 27 10 513 111 107
Binary 11101011 10000001 10110101 0 101101 10111 1000 101001011 1001001 1000111

Color Harmonies of #EB81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81B5

Black with #EB81B5

Text Example


Text Example

White with #EB81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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