Html Css Color HEX #EA71BB Persian Pink

📋 copy color: '#EA71BB'

red 234 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #EA71BB

Tints of Persian Pink #EA71BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 43.82%
G = 21.16%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA71BB (or 0xEA71BB) is known color: Persian Pink. HEX triplet: EA, 71 and BB. RGB value is (234,113,187). Sum of RGB (Red+Green+Blue) = 234+113+187=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71BB is #158E44. Grayscale: #9D9D9D. Windows color (decimal): -1412677 or 12284394. OLE color: 12284394.

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

Color convert

RGB 234 113 187 -
CMYK 0 0.52 0.20 0.08
HSL 323.31º 0.74% 0.68% -
HSV(B) 323.31º 0.52% 0.92% -
XYZ 48.81 32.89 50.79 -
YUV 157.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 234 113 187 0 0.52 0.20 0.08 323.31 0.74 0.68
Hex EA 71 BB 0 34 14 8 143 4A 44
Octal 352 161 273 0 64 24 10 503 112 104
Binary 11101010 1110001 10111011 0 110100 10100 1000 101000011 1001010 1000100

Color Harmonies of #EA71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71BB

Black with #EA71BB

Text Example


Text Example

White with #EA71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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