Html Css Color HEX #E484B5 Persian Pink

📋 copy color: '#E484B5'

red 228 ◦ green 132 ◦ blue 181

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

Shades of Persian Pink #E484B5

Tints of Persian Pink #E484B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 42.14%
G = 24.4%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E484B5 (or 0xE484B5) is known color: Persian Pink. HEX triplet: E4, 84 and B5. RGB value is (228,132,181). Sum of RGB (Red+Green+Blue) = 228+132+181=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E484B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484B5 is #1B7B4A. Grayscale: #A6A6A6. Windows color (decimal): -1801035 or 11896036. OLE color: 11896036.

HSL color Cylindrical-coordinate representation of color #E484B5: hue angle of 329.38º 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 #E484B5 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 132 181 -
CMYK 0 0.42 0.21 0.11
HSL 329.38º 0.64% 0.71% -
HSV(B) 329.38º 0.42% 0.89% -
XYZ 48.59 36.33 48.17 -
YUV 166.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 228 132 181 0 0.42 0.21 0.11 329.38 0.64 0.71
Hex E4 84 B5 0 2A 15 B 149 40 47
Octal 344 204 265 0 52 25 13 511 100 107
Binary 11100100 10000100 10110101 0 101010 10101 1011 101001001 1000000 1000111

Color Harmonies of #E484B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E484B5

Black with #E484B5

Text Example


Text Example

White with #E484B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E484B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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