Html Css Color HEX #EA71B2 Persian Pink

📋 copy color: '#EA71B2'

red 234 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #EA71B2

Tints of Persian Pink #EA71B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 44.57%
G = 21.52%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA71B2 (or 0xEA71B2) is known color: Persian Pink. HEX triplet: EA, 71 and B2. RGB value is (234,113,178). Sum of RGB (Red+Green+Blue) = 234+113+178=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA71B2 is #158E4D. Grayscale: #9C9C9C. Windows color (decimal): -1412686 or 11694570. OLE color: 11694570.

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

Color convert

RGB 234 113 178 -
CMYK 0 0.52 0.24 0.08
HSL 327.77º 0.74% 0.68% -
HSV(B) 327.77º 0.52% 0.92% -
XYZ 47.87 32.52 45.87 -
YUV 156.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 234 113 178 0 0.52 0.24 0.08 327.77 0.74 0.68
Hex EA 71 B2 0 34 18 8 148 4A 44
Octal 352 161 262 0 64 30 10 510 112 104
Binary 11101010 1110001 10110010 0 110100 11000 1000 101001000 1001010 1000100

Color Harmonies of #EA71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71B2

Black with #EA71B2

Text Example


Text Example

White with #EA71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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