Html Css Color HEX #E482BA Persian Pink

📋 copy color: '#E482BA'

red 228 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #E482BA

Tints of Persian Pink #E482BA

RGB

 RED value IS 228 (89.45% from 255) = 41.91%

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

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

R = 41.91%
G = 23.9%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E482BA (or 0xE482BA) is known color: Persian Pink. HEX triplet: E4, 82 and BA. RGB value is (228,130,186). Sum of RGB (Red+Green+Blue) = 228+130+186=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E482BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482BA is #1B7D45. Grayscale: #A5A5A5. Windows color (decimal): -1801542 or 12223204. OLE color: 12223204.

HSL color Cylindrical-coordinate representation of color #E482BA: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482BA is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 186 -
CMYK 0 0.43 0.18 0.11
HSL 325.71º 0.64% 0.7% -
HSV(B) 325.71º 0.43% 0.89% -
XYZ 48.84 36 50.83 -
YUV 165.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 228 130 186 0 0.43 0.18 0.11 325.71 0.64 0.7
Hex E4 82 BA 0 2B 12 B 146 40 46
Octal 344 202 272 0 53 22 13 506 100 106
Binary 11100100 10000010 10111010 0 101011 10010 1011 101000110 1000000 1000110

Color Harmonies of #E482BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482BA

Black with #E482BA

Text Example


Text Example

White with #E482BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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