Html Css Color HEX #EA73B5 Persian Pink

📋 copy color: '#EA73B5'

red 234 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #EA73B5

Tints of Persian Pink #EA73B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 44.15%
G = 21.7%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA73B5 (or 0xEA73B5) is known color: Persian Pink. HEX triplet: EA, 73 and B5. RGB value is (234,115,181). Sum of RGB (Red+Green+Blue) = 234+115+181=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73B5 is #158C4A. Grayscale: #9D9D9D. Windows color (decimal): -1412171 or 11891690. OLE color: 11891690.

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

Color convert

RGB 234 115 181 -
CMYK 0 0.51 0.23 0.08
HSL 326.72º 0.74% 0.68% -
HSV(B) 326.72º 0.51% 0.92% -
XYZ 48.4 33.09 47.55 -
YUV 158.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 234 115 181 0 0.51 0.23 0.08 326.72 0.74 0.68
Hex EA 73 B5 0 33 17 8 147 4A 44
Octal 352 163 265 0 63 27 10 507 112 104
Binary 11101010 1110011 10110101 0 110011 10111 1000 101000111 1001010 1000100

Color Harmonies of #EA73B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73B5

Black with #EA73B5

Text Example


Text Example

White with #EA73B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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