Html Css Color HEX #EA82BB Persian Pink

📋 copy color: '#EA82BB'

red 234 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #EA82BB

Tints of Persian Pink #EA82BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 42.47%
G = 23.59%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EA82BB (or 0xEA82BB) is known color: Persian Pink. HEX triplet: EA, 82 and BB. RGB value is (234,130,187). Sum of RGB (Red+Green+Blue) = 234+130+187=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82BB is #157D44. Grayscale: #A7A7A7. Windows color (decimal): -1408325 or 12288746. OLE color: 12288746.

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

Color convert

RGB 234 130 187 -
CMYK 0 0.44 0.20 0.08
HSL 327.12º 0.71% 0.71% -
HSV(B) 327.12º 0.44% 0.92% -
XYZ 50.88 37.05 51.48 -
YUV 167.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 234 130 187 0 0.44 0.20 0.08 327.12 0.71 0.71
Hex EA 82 BB 0 2C 14 8 147 47 47
Octal 352 202 273 0 54 24 10 507 107 107
Binary 11101010 10000010 10111011 0 101100 10100 1000 101000111 1000111 1000111

Color Harmonies of #EA82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82BB

Black with #EA82BB

Text Example


Text Example

White with #EA82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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