Html Css Color HEX #EA71B5 Persian Pink

📋 copy color: '#EA71B5'

red 234 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #EA71B5

Tints of Persian Pink #EA71B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 44.32%
G = 21.4%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA71B5 (or 0xEA71B5) is known color: Persian Pink. HEX triplet: EA, 71 and B5. RGB value is (234,113,181). Sum of RGB (Red+Green+Blue) = 234+113+181=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA71B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA71B5 is #158E4A. Grayscale: #9C9C9C. Windows color (decimal): -1412683 or 11891178. OLE color: 11891178.

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

Color convert

RGB 234 113 181 -
CMYK 0 0.52 0.23 0.08
HSL 326.28º 0.74% 0.68% -
HSV(B) 326.28º 0.52% 0.92% -
XYZ 48.18 32.64 47.48 -
YUV 156.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 234 113 181 0 0.52 0.23 0.08 326.28 0.74 0.68
Hex EA 71 B5 0 34 17 8 146 4A 44
Octal 352 161 265 0 64 27 10 506 112 104
Binary 11101010 1110001 10110101 0 110100 10111 1000 101000110 1001010 1000100

Color Harmonies of #EA71B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71B5

Black with #EA71B5

Text Example


Text Example

White with #EA71B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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