Html Css Color HEX #EA82BA Persian Pink

📋 copy color: '#EA82BA'

red 234 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #EA82BA

Tints of Persian Pink #EA82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.64%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 42.55%
G = 23.64%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA82BA (or 0xEA82BA) is known color: Persian Pink. HEX triplet: EA, 82 and BA. RGB value is (234,130,186). Sum of RGB (Red+Green+Blue) = 234+130+186=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82BA is #157D45. Grayscale: #A7A7A7. Windows color (decimal): -1408326 or 12223210. OLE color: 12223210.

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

Color convert

RGB 234 130 186 -
CMYK 0 0.44 0.21 0.08
HSL 327.69º 0.71% 0.71% -
HSV(B) 327.69º 0.44% 0.92% -
XYZ 50.78 37 50.92 -
YUV 167.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 234 130 186 0 0.44 0.21 0.08 327.69 0.71 0.71
Hex EA 82 BA 0 2C 15 8 148 47 47
Octal 352 202 272 0 54 25 10 510 107 107
Binary 11101010 10000010 10111010 0 101100 10101 1000 101001000 1000111 1000111

Color Harmonies of #EA82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82BA

Black with #EA82BA

Text Example


Text Example

White with #EA82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82BA; }

 p { color: rgb(234,130,186); }

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

background-color css

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

 a { background-color: rgb(234,130,186); }

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

border-color css

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

 span { border-color: rgb(234,130,186); }

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