Html Css Color HEX #E483BB Persian Pink

📋 copy color: '#E483BB'

red 228 ◦ green 131 ◦ blue 187

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

Shades of Persian Pink #E483BB

Tints of Persian Pink #E483BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.99%

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

R = 41.76%
G = 23.99%
B = 34.25%

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

#E483BB (or 0xE483BB) is known color: Persian Pink. HEX triplet: E4, 83 and BB. RGB value is (228,131,187). Sum of RGB (Red+Green+Blue) = 228+131+187=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E483BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483BB is #1B7C44. Grayscale: #A6A6A6. Windows color (decimal): -1801285 or 12288996. OLE color: 12288996.

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

Color convert

RGB 228 131 187 -
CMYK 0 0.43 0.18 0.11
HSL 325.36º 0.64% 0.7% -
HSV(B) 325.36º 0.43% 0.89% -
XYZ 49.08 36.31 51.44 -
YUV 166.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 228 131 187 0 0.43 0.18 0.11 325.36 0.64 0.7
Hex E4 83 BB 0 2B 12 B 145 40 46
Octal 344 203 273 0 53 22 13 505 100 106
Binary 11100100 10000011 10111011 0 101011 10010 1011 101000101 1000000 1000110

Color Harmonies of #E483BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E483BB

Black with #E483BB

Text Example


Text Example

White with #E483BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E483BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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