Html Css Color HEX #E484BB Persian Pink

📋 copy color: '#E484BB'

red 228 ◦ green 132 ◦ blue 187

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

Shades of Persian Pink #E484BB

Tints of Persian Pink #E484BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 41.68%
G = 24.13%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E484BB (or 0xE484BB) is known color: Persian Pink. HEX triplet: E4, 84 and BB. RGB value is (228,132,187). Sum of RGB (Red+Green+Blue) = 228+132+187=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E484BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484BB is #1B7B44. Grayscale: #A6A6A6. Windows color (decimal): -1801029 or 12289252. OLE color: 12289252.

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

Color convert

RGB 228 132 187 -
CMYK 0 0.42 0.18 0.11
HSL 325.63º 0.64% 0.71% -
HSV(B) 325.63º 0.42% 0.89% -
XYZ 49.22 36.58 51.48 -
YUV 166.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 228 132 187 0 0.42 0.18 0.11 325.63 0.64 0.71
Hex E4 84 BB 0 2A 12 B 146 40 47
Octal 344 204 273 0 52 22 13 506 100 107
Binary 11100100 10000100 10111011 0 101010 10010 1011 101000110 1000000 1000111

Color Harmonies of #E484BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E484BB

Black with #E484BB

Text Example


Text Example

White with #E484BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E484BB; }

 p { color: rgb(228,132,187); }

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

background-color css

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

 a { background-color: rgb(228,132,187); }

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

border-color css

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

 span { border-color: rgb(228,132,187); }

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