Html Css Color HEX #EA82BD Persian Pink

📋 copy color: '#EA82BD'

red 234 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #EA82BD

Tints of Persian Pink #EA82BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 42.31%
G = 23.51%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA82BD (or 0xEA82BD) is known color: Persian Pink. HEX triplet: EA, 82 and BD. RGB value is (234,130,189). Sum of RGB (Red+Green+Blue) = 234+130+189=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82BD is #157D42. Grayscale: #A7A7A7. Windows color (decimal): -1408323 or 12419818. OLE color: 12419818.

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

Color convert

RGB 234 130 189 -
CMYK 0 0.44 0.19 0.08
HSL 325.96º 0.71% 0.71% -
HSV(B) 325.96º 0.44% 0.92% -
XYZ 51.1 37.13 52.62 -
YUV 167.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 234 130 189 0 0.44 0.19 0.08 325.96 0.71 0.71
Hex EA 82 BD 0 2C 13 8 146 47 47
Octal 352 202 275 0 54 23 10 506 107 107
Binary 11101010 10000010 10111101 0 101100 10011 1000 101000110 1000111 1000111

Color Harmonies of #EA82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA82BD

Black with #EA82BD

Text Example


Text Example

White with #EA82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA82BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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