Html Css Color HEX #EA73B4 Persian Pink

📋 copy color: '#EA73B4'

red 234 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #EA73B4

Tints of Persian Pink #EA73B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 44.23%
G = 21.74%
B = 34.03%

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

#EA73B4 (or 0xEA73B4) is known color: Persian Pink. HEX triplet: EA, 73 and B4. RGB value is (234,115,180). Sum of RGB (Red+Green+Blue) = 234+115+180=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73B4 is #158C4B. Grayscale: #9D9D9D. Windows color (decimal): -1412172 or 11826154. OLE color: 11826154.

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

Color convert

RGB 234 115 180 -
CMYK 0 0.51 0.23 0.08
HSL 327.23º 0.74% 0.68% -
HSV(B) 327.23º 0.51% 0.92% -
XYZ 48.3 33.05 47.01 -
YUV 157.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 234 115 180 0 0.51 0.23 0.08 327.23 0.74 0.68
Hex EA 73 B4 0 33 17 8 147 4A 44
Octal 352 163 264 0 63 27 10 507 112 104
Binary 11101010 1110011 10110100 0 110011 10111 1000 101000111 1001010 1000100

Color Harmonies of #EA73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73B4

Black with #EA73B4

Text Example


Text Example

White with #EA73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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