Html Css Color HEX #EA7FB2 Persian Pink

📋 copy color: '#EA7FB2'

red 234 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #EA7FB2

Tints of Persian Pink #EA7FB2

RGB

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

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

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

R = 43.41%
G = 23.56%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EA7FB2 (or 0xEA7FB2) is known color: Persian Pink. HEX triplet: EA, 7F and B2. RGB value is (234,127,178). Sum of RGB (Red+Green+Blue) = 234+127+178=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7FB2 is #15804D. Grayscale: #A4A4A4. Windows color (decimal): -1409102 or 11698154. OLE color: 11698154.

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

Color convert

RGB 234 127 178 -
CMYK 0 0.46 0.24 0.08
HSL 331.4º 0.72% 0.71% -
HSV(B) 331.4º 0.46% 0.92% -
XYZ 49.56 35.89 46.43 -
YUV 164.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 234 127 178 0 0.46 0.24 0.08 331.4 0.72 0.71
Hex EA 7F B2 0 2E 18 8 14B 48 47
Octal 352 177 262 0 56 30 10 513 110 107
Binary 11101010 1111111 10110010 0 101110 11000 1000 101001011 1001000 1000111

Color Harmonies of #EA7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7FB2

Black with #EA7FB2

Text Example


Text Example

White with #EA7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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