Html Css Color HEX #EB73B0 Persian Pink

📋 copy color: '#EB73B0'

red 235 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #EB73B0

Tints of Persian Pink #EB73B0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.86%

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 44.68%
G = 21.86%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB73B0 (or 0xEB73B0) is known color: Persian Pink. HEX triplet: EB, 73 and B0. RGB value is (235,115,176). Sum of RGB (Red+Green+Blue) = 235+115+176=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB73B0 is #148C4F. Grayscale: #9D9D9D. Windows color (decimal): -1346640 or 11564011. OLE color: 11564011.

HSL color Cylindrical-coordinate representation of color #EB73B0: hue angle of 329.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73B0 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 115 176 -
CMYK 0 0.51 0.25 0.08
HSL 329.5º 0.75% 0.69% -
HSV(B) 329.5º 0.51% 0.92% -
XYZ 48.23 33.06 44.91 -
YUV 157.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 235 115 176 0 0.51 0.25 0.08 329.5 0.75 0.69
Hex EB 73 B0 0 33 19 8 14A 4B 45
Octal 353 163 260 0 63 31 10 512 113 105
Binary 11101011 1110011 10110000 0 110011 11001 1000 101001010 1001011 1000101

Color Harmonies of #EB73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73B0

Black with #EB73B0

Text Example


Text Example

White with #EB73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73B0; }

 p { color: rgb(235,115,176); }

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

background-color css

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

 a { background-color: rgb(235,115,176); }

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

border-color css

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

 span { border-color: rgb(235,115,176); }

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