Html Css Color HEX #E483BC Persian Pink

📋 copy color: '#E483BC'

red 228 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #E483BC

Tints of Persian Pink #E483BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 41.68%
G = 23.95%
B = 34.37%

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

#E483BC (or 0xE483BC) is known color: Persian Pink. HEX triplet: E4, 83 and BC. RGB value is (228,131,188). Sum of RGB (Red+Green+Blue) = 228+131+188=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E483BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E483BC is #1B7C43. Grayscale: #A6A6A6. Windows color (decimal): -1801284 or 12354532. OLE color: 12354532.

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

Color convert

RGB 228 131 188 -
CMYK 0 0.43 0.18 0.11
HSL 324.74º 0.64% 0.7% -
HSV(B) 324.74º 0.43% 0.89% -
XYZ 49.19 36.36 52 -
YUV 166.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 228 131 188 0 0.43 0.18 0.11 324.74 0.64 0.7
Hex E4 83 BC 0 2B 12 B 145 40 46
Octal 344 203 274 0 53 22 13 505 100 106
Binary 11100100 10000011 10111100 0 101011 10010 1011 101000101 1000000 1000110

Color Harmonies of #E483BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E483BC

Black with #E483BC

Text Example


Text Example

White with #E483BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E483BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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