Html Css Color HEX #EA73B0 Persian Pink

📋 copy color: '#EA73B0'

red 234 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #EA73B0

Tints of Persian Pink #EA73B0

RGB

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

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

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

R = 44.57%
G = 21.9%
B = 33.52%

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

#EA73B0 (or 0xEA73B0) is known color: Persian Pink. HEX triplet: EA, 73 and B0. RGB value is (234,115,176). Sum of RGB (Red+Green+Blue) = 234+115+176=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA73B0 is #158C4F. Grayscale: #9D9D9D. Windows color (decimal): -1412176 or 11564010. OLE color: 11564010.

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

Color convert

RGB 234 115 176 -
CMYK 0 0.51 0.25 0.08
HSL 329.24º 0.74% 0.68% -
HSV(B) 329.24º 0.51% 0.92% -
XYZ 47.9 32.89 44.9 -
YUV 157.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 234 115 176 0 0.51 0.25 0.08 329.24 0.74 0.68
Hex EA 73 B0 0 33 19 8 149 4A 44
Octal 352 163 260 0 63 31 10 511 112 104
Binary 11101010 1110011 10110000 0 110011 11001 1000 101001001 1001010 1000100

Color Harmonies of #EA73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73B0

Black with #EA73B0

Text Example


Text Example

White with #EA73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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