Html Css Color HEX #EA71B7 Persian Pink

📋 copy color: '#EA71B7'

red 234 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #EA71B7

Tints of Persian Pink #EA71B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.53%

R = 44.15%
G = 21.32%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA71B7 (or 0xEA71B7) is known color: Persian Pink. HEX triplet: EA, 71 and B7. RGB value is (234,113,183). Sum of RGB (Red+Green+Blue) = 234+113+183=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71B7 is #158E48. Grayscale: #9D9D9D. Windows color (decimal): -1412681 or 12022250. OLE color: 12022250.

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

Color convert

RGB 234 113 183 -
CMYK 0 0.52 0.22 0.08
HSL 325.29º 0.74% 0.68% -
HSV(B) 325.29º 0.52% 0.92% -
XYZ 48.38 32.72 48.57 -
YUV 157.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 234 113 183 0 0.52 0.22 0.08 325.29 0.74 0.68
Hex EA 71 B7 0 34 16 8 145 4A 44
Octal 352 161 267 0 64 26 10 505 112 104
Binary 11101010 1110001 10110111 0 110100 10110 1000 101000101 1001010 1000100

Color Harmonies of #EA71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71B7

Black with #EA71B7

Text Example


Text Example

White with #EA71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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