Html Css Color HEX #E677BF Persian Pink

📋 copy color: '#E677BF'

red 230 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #E677BF

Tints of Persian Pink #E677BF

RGB

 RED value IS 230 (90.23% from 255) = 42.59%

 GREEN value IS 119 (46.88% from 255) = 22.04%

 BLUE value IS 191 (75% from 255) = 35.37%

R = 42.59%
G = 22.04%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E677BF (or 0xE677BF) is known color: Persian Pink. HEX triplet: E6, 77 and BF. RGB value is (230,119,191). Sum of RGB (Red+Green+Blue) = 230+119+191=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E677BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677BF is #198840. Grayscale: #A0A0A0. Windows color (decimal): -1673281 or 12548070. OLE color: 12548070.

HSL color Cylindrical-coordinate representation of color #E677BF: hue angle of 321.08º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677BF is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 119 191 -
CMYK 0 0.48 0.17 0.10
HSL 321.08º 0.69% 0.68% -
HSV(B) 321.08º 0.48% 0.9% -
XYZ 48.63 33.78 53.25 -
YUV 160.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 230 119 191 0 0.48 0.17 0.10 321.08 0.69 0.68
Hex E6 77 BF 0 30 11 A 141 45 44
Octal 346 167 277 0 60 21 12 501 105 104
Binary 11100110 1110111 10111111 0 110000 10001 1010 101000001 1000101 1000100

Color Harmonies of #E677BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677BF

Black with #E677BF

Text Example


Text Example

White with #E677BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677BF; }

 p { color: rgb(230,119,191); }

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

background-color css

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

 a { background-color: rgb(230,119,191); }

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

border-color css

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

 span { border-color: rgb(230,119,191); }

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