Html Css Color HEX #EB81BE Persian Pink

📋 copy color: '#EB81BE'

red 235 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #EB81BE

Tints of Persian Pink #EB81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 42.42%
G = 23.29%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB81BE (or 0xEB81BE) is known color: Persian Pink. HEX triplet: EB, 81 and BE. RGB value is (235,129,190). Sum of RGB (Red+Green+Blue) = 235+129+190=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81BE is #147E41. Grayscale: #A7A7A7. Windows color (decimal): -1343042 or 12485099. OLE color: 12485099.

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

Color convert

RGB 235 129 190 -
CMYK 0 0.45 0.19 0.08
HSL 325.47º 0.73% 0.71% -
HSV(B) 325.47º 0.45% 0.92% -
XYZ 51.41 37.08 53.16 -
YUV 167.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 235 129 190 0 0.45 0.19 0.08 325.47 0.73 0.71
Hex EB 81 BE 0 2D 13 8 145 49 47
Octal 353 201 276 0 55 23 10 505 111 107
Binary 11101011 10000001 10111110 0 101101 10011 1000 101000101 1001001 1000111

Color Harmonies of #EB81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB81BE

Black with #EB81BE

Text Example


Text Example

White with #EB81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB81BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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