Html Css Color HEX #EB81B2 Persian Pink

📋 copy color: '#EB81B2'

red 235 ◦ green 129 ◦ blue 178

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

Shades of Persian Pink #EB81B2

Tints of Persian Pink #EB81B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 43.36%
G = 23.8%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB81B2 (or 0xEB81B2) is known color: Persian Pink. HEX triplet: EB, 81 and B2. RGB value is (235,129,178). Sum of RGB (Red+Green+Blue) = 235+129+178=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB81B2 is #147E4D. Grayscale: #A6A6A6. Windows color (decimal): -1343054 or 11698667. OLE color: 11698667.

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

Color convert

RGB 235 129 178 -
CMYK 0 0.45 0.24 0.08
HSL 332.26º 0.73% 0.71% -
HSV(B) 332.26º 0.45% 0.92% -
XYZ 50.15 36.58 46.54 -
YUV 166.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 235 129 178 0 0.45 0.24 0.08 332.26 0.73 0.71
Hex EB 81 B2 0 2D 18 8 14C 49 47
Octal 353 201 262 0 55 30 10 514 111 107
Binary 11101011 10000001 10110010 0 101101 11000 1000 101001100 1001001 1000111

Color Harmonies of #EB81B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81B2

Black with #EB81B2

Text Example


Text Example

White with #EB81B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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