Html Css Color HEX #EA7ABC Persian Pink

📋 copy color: '#EA7ABC'

red 234 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #EA7ABC

Tints of Persian Pink #EA7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 43.01%
G = 22.43%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA7ABC (or 0xEA7ABC) is known color: Persian Pink. HEX triplet: EA, 7A and BC. RGB value is (234,122,188). Sum of RGB (Red+Green+Blue) = 234+122+188=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ABC is #158543. Grayscale: #A2A2A2. Windows color (decimal): -1410372 or 12352234. OLE color: 12352234.

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

Color convert

RGB 234 122 188 -
CMYK 0 0.48 0.20 0.08
HSL 324.64º 0.73% 0.7% -
HSV(B) 324.64º 0.48% 0.92% -
XYZ 49.97 35.04 51.71 -
YUV 163.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 234 122 188 0 0.48 0.20 0.08 324.64 0.73 0.7
Hex EA 7A BC 0 30 14 8 145 49 46
Octal 352 172 274 0 60 24 10 505 111 106
Binary 11101010 1111010 10111100 0 110000 10100 1000 101000101 1001001 1000110

Color Harmonies of #EA7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ABC

Black with #EA7ABC

Text Example


Text Example

White with #EA7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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