Html Css Color HEX #EA7ABF Persian Pink

📋 copy color: '#EA7ABF'

red 234 ◦ green 122 ◦ blue 191

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

Shades of Persian Pink #EA7ABF

Tints of Persian Pink #EA7ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 42.78%
G = 22.3%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA7ABF (or 0xEA7ABF) is known color: Persian Pink. HEX triplet: EA, 7A and BF. RGB value is (234,122,191). Sum of RGB (Red+Green+Blue) = 234+122+191=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ABF is #158540. Grayscale: #A3A3A3. Windows color (decimal): -1410369 or 12548842. OLE color: 12548842.

HSL color Cylindrical-coordinate representation of color #EA7ABF: hue angle of 323.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7ABF is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 191 -
CMYK 0 0.48 0.18 0.08
HSL 323.04º 0.73% 0.7% -
HSV(B) 323.04º 0.48% 0.92% -
XYZ 50.3 35.17 53.43 -
YUV 163.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 234 122 191 0 0.48 0.18 0.08 323.04 0.73 0.7
Hex EA 7A BF 0 30 12 8 143 49 46
Octal 352 172 277 0 60 22 10 503 111 106
Binary 11101010 1111010 10111111 0 110000 10010 1000 101000011 1001001 1000110

Color Harmonies of #EA7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ABF

Black with #EA7ABF

Text Example


Text Example

White with #EA7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ABF; }

 p { color: rgb(234,122,191); }

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

background-color css

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

 a { background-color: rgb(234,122,191); }

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

border-color css

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

 span { border-color: rgb(234,122,191); }

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