Html Css Color HEX #EB73BE Persian Pink

📋 copy color: '#EB73BE'

red 235 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #EB73BE

Tints of Persian Pink #EB73BE

RGB

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

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

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

R = 43.52%
G = 21.3%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB73BE (or 0xEB73BE) is known color: Persian Pink. HEX triplet: EB, 73 and BE. RGB value is (235,115,190). Sum of RGB (Red+Green+Blue) = 235+115+190=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73BE is #148C41. Grayscale: #9F9F9F. Windows color (decimal): -1346626 or 12481515. OLE color: 12481515.

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

Color convert

RGB 235 115 190 -
CMYK 0 0.51 0.19 0.08
HSL 322.5º 0.75% 0.69% -
HSV(B) 322.5º 0.51% 0.92% -
XYZ 49.69 33.64 52.59 -
YUV 159.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 235 115 190 0 0.51 0.19 0.08 322.5 0.75 0.69
Hex EB 73 BE 0 33 13 8 142 4B 45
Octal 353 163 276 0 63 23 10 502 113 105
Binary 11101011 1110011 10111110 0 110011 10011 1000 101000010 1001011 1000101

Color Harmonies of #EB73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB73BE

Black with #EB73BE

Text Example


Text Example

White with #EB73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB73BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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