Html Css Color HEX #E486BC Persian Pink

📋 copy color: '#E486BC'

red 228 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #E486BC

Tints of Persian Pink #E486BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.36%

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

R = 41.45%
G = 24.36%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E486BC (or 0xE486BC) is known color: Persian Pink. HEX triplet: E4, 86 and BC. RGB value is (228,134,188). Sum of RGB (Red+Green+Blue) = 228+134+188=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E486BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486BC is #1B7943. Grayscale: #A8A8A8. Windows color (decimal): -1800516 or 12355300. OLE color: 12355300.

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

Color convert

RGB 228 134 188 -
CMYK 0 0.41 0.18 0.11
HSL 325.53º 0.64% 0.71% -
HSV(B) 325.53º 0.41% 0.89% -
XYZ 49.6 37.18 52.14 -
YUV 168.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 228 134 188 0 0.41 0.18 0.11 325.53 0.64 0.71
Hex E4 86 BC 0 29 12 B 146 40 47
Octal 344 206 274 0 51 22 13 506 100 107
Binary 11100100 10000110 10111100 0 101001 10010 1011 101000110 1000000 1000111

Color Harmonies of #E486BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E486BC

Black with #E486BC

Text Example


Text Example

White with #E486BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E486BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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