Html Css Color HEX #EA73BA Persian Pink

📋 copy color: '#EA73BA'

red 234 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #EA73BA

Tints of Persian Pink #EA73BA

RGB

 RED value IS 234 (91.8% from 255) = 43.74%

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 43.74%
G = 21.5%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA73BA (or 0xEA73BA) is known color: Persian Pink. HEX triplet: EA, 73 and BA. RGB value is (234,115,186). Sum of RGB (Red+Green+Blue) = 234+115+186=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73BA is #158C45. Grayscale: #9E9E9E. Windows color (decimal): -1412166 or 12219370. OLE color: 12219370.

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

Color convert

RGB 234 115 186 -
CMYK 0 0.51 0.21 0.08
HSL 324.2º 0.74% 0.68% -
HSV(B) 324.2º 0.51% 0.92% -
XYZ 48.93 33.3 50.3 -
YUV 158.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 234 115 186 0 0.51 0.21 0.08 324.2 0.74 0.68
Hex EA 73 BA 0 33 15 8 144 4A 44
Octal 352 163 272 0 63 25 10 504 112 104
Binary 11101010 1110011 10111010 0 110011 10101 1000 101000100 1001010 1000100

Color Harmonies of #EA73BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73BA

Black with #EA73BA

Text Example


Text Example

White with #EA73BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73BA; }

 p { color: rgb(234,115,186); }

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

background-color css

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

 a { background-color: rgb(234,115,186); }

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

border-color css

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

 span { border-color: rgb(234,115,186); }

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