Html Css Color HEX #EA71B8 Persian Pink

📋 copy color: '#EA71B8'

red 234 ◦ green 113 ◦ blue 184

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

Shades of Persian Pink #EA71B8

Tints of Persian Pink #EA71B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 44.07%
G = 21.28%
B = 34.65%

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

#EA71B8 (or 0xEA71B8) is known color: Persian Pink. HEX triplet: EA, 71 and B8. RGB value is (234,113,184). Sum of RGB (Red+Green+Blue) = 234+113+184=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71B8 is #158E47. Grayscale: #9D9D9D. Windows color (decimal): -1412680 or 12087786. OLE color: 12087786.

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

Color convert

RGB 234 113 184 -
CMYK 0 0.52 0.21 0.08
HSL 324.79º 0.74% 0.68% -
HSV(B) 324.79º 0.52% 0.92% -
XYZ 48.49 32.76 49.12 -
YUV 157.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 234 113 184 0 0.52 0.21 0.08 324.79 0.74 0.68
Hex EA 71 B8 0 34 15 8 145 4A 44
Octal 352 161 270 0 64 25 10 505 112 104
Binary 11101010 1110001 10111000 0 110100 10101 1000 101000101 1001010 1000100

Color Harmonies of #EA71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71B8

Black with #EA71B8

Text Example


Text Example

White with #EA71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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