Html Css Color HEX #EA73BC Persian Pink

📋 copy color: '#EA73BC'

red 234 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #EA73BC

Tints of Persian Pink #EA73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 43.58%
G = 21.42%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA73BC (or 0xEA73BC) is known color: Persian Pink. HEX triplet: EA, 73 and BC. RGB value is (234,115,188). Sum of RGB (Red+Green+Blue) = 234+115+188=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA73BC is #158C43. Grayscale: #9E9E9E. Windows color (decimal): -1412164 or 12350442. OLE color: 12350442.

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

Color convert

RGB 234 115 188 -
CMYK 0 0.51 0.20 0.08
HSL 323.19º 0.74% 0.68% -
HSV(B) 323.19º 0.51% 0.92% -
XYZ 49.14 33.38 51.43 -
YUV 158.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 234 115 188 0 0.51 0.20 0.08 323.19 0.74 0.68
Hex EA 73 BC 0 33 14 8 143 4A 44
Octal 352 163 274 0 63 24 10 503 112 104
Binary 11101010 1110011 10111100 0 110011 10100 1000 101000011 1001010 1000100

Color Harmonies of #EA73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA73BC

Black with #EA73BC

Text Example


Text Example

White with #EA73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA73BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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