Html Css Color HEX #EA7FB6 Persian Pink

📋 copy color: '#EA7FB6'

red 234 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #EA7FB6

Tints of Persian Pink #EA7FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 182 (71.48% from 255) = 33.52%

R = 43.09%
G = 23.39%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA7FB6 (or 0xEA7FB6) is known color: Persian Pink. HEX triplet: EA, 7F and B6. RGB value is (234,127,182). Sum of RGB (Red+Green+Blue) = 234+127+182=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FB6 is #158049. Grayscale: #A5A5A5. Windows color (decimal): -1409098 or 11960298. OLE color: 11960298.

HSL color Cylindrical-coordinate representation of color #EA7FB6: hue angle of 329.16º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FB6 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 127 182 -
CMYK 0 0.46 0.22 0.08
HSL 329.16º 0.72% 0.71% -
HSV(B) 329.16º 0.46% 0.92% -
XYZ 49.96 36.05 48.58 -
YUV 165.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 234 127 182 0 0.46 0.22 0.08 329.16 0.72 0.71
Hex EA 7F B6 0 2E 16 8 149 48 47
Octal 352 177 266 0 56 26 10 511 110 107
Binary 11101010 1111111 10110110 0 101110 10110 1000 101001001 1001000 1000111

Color Harmonies of #EA7FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7FB6

Black with #EA7FB6

Text Example


Text Example

White with #EA7FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7FB6; }

 p { color: rgb(234,127,182); }

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

background-color css

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

 a { background-color: rgb(234,127,182); }

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

border-color css

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

 span { border-color: rgb(234,127,182); }

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