Html Css Color HEX #EA71C0 Persian Pink

📋 copy color: '#EA71C0'

red 234 ◦ green 113 ◦ blue 192

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

Shades of Persian Pink #EA71C0

Tints of Persian Pink #EA71C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 43.41%
G = 20.96%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA71C0 (or 0xEA71C0) is known color: Persian Pink. HEX triplet: EA, 71 and C0. RGB value is (234,113,192). Sum of RGB (Red+Green+Blue) = 234+113+192=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71C0 is #158E3F. Grayscale: #9D9D9D. Windows color (decimal): -1412672 or 12612074. OLE color: 12612074.

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

Color convert

RGB 234 113 192 -
CMYK 0 0.52 0.18 0.08
HSL 320.83º 0.74% 0.68% -
HSV(B) 320.83º 0.52% 0.92% -
XYZ 49.35 33.11 53.66 -
YUV 158.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 234 113 192 0 0.52 0.18 0.08 320.83 0.74 0.68
Hex EA 71 C0 0 34 12 8 141 4A 44
Octal 352 161 300 0 64 22 10 501 112 104
Binary 11101010 1110001 11000000 0 110100 10010 1000 101000001 1001010 1000100

Color Harmonies of #EA71C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71C0

Black with #EA71C0

Text Example


Text Example

White with #EA71C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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