Html Css Color HEX #EA71BA Persian Pink

📋 copy color: '#EA71BA'

red 234 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #EA71BA

Tints of Persian Pink #EA71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 43.9%
G = 21.2%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA71BA (or 0xEA71BA) is known color: Persian Pink. HEX triplet: EA, 71 and BA. RGB value is (234,113,186). Sum of RGB (Red+Green+Blue) = 234+113+186=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71BA is #158E45. Grayscale: #9D9D9D. Windows color (decimal): -1412678 or 12218858. OLE color: 12218858.

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

Color convert

RGB 234 113 186 -
CMYK 0 0.52 0.21 0.08
HSL 323.8º 0.74% 0.68% -
HSV(B) 323.8º 0.52% 0.92% -
XYZ 48.7 32.85 50.23 -
YUV 157.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 234 113 186 0 0.52 0.21 0.08 323.8 0.74 0.68
Hex EA 71 BA 0 34 15 8 144 4A 44
Octal 352 161 272 0 64 25 10 504 112 104
Binary 11101010 1110001 10111010 0 110100 10101 1000 101000100 1001010 1000100

Color Harmonies of #EA71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71BA

Black with #EA71BA

Text Example


Text Example

White with #EA71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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