Html Css Color HEX #E677BC Persian Pink

📋 copy color: '#E677BC'

red 230 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #E677BC

Tints of Persian Pink #E677BC

RGB

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

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

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

R = 42.83%
G = 22.16%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E677BC (or 0xE677BC) is known color: Persian Pink. HEX triplet: E6, 77 and BC. RGB value is (230,119,188). Sum of RGB (Red+Green+Blue) = 230+119+188=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E677BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677BC is #198843. Grayscale: #9F9F9F. Windows color (decimal): -1673284 or 12351462. OLE color: 12351462.

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

Color convert

RGB 230 119 188 -
CMYK 0 0.48 0.18 0.10
HSL 322.7º 0.69% 0.68% -
HSV(B) 322.7º 0.48% 0.9% -
XYZ 48.31 33.65 51.53 -
YUV 160.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 230 119 188 0 0.48 0.18 0.10 322.7 0.69 0.68
Hex E6 77 BC 0 30 12 A 143 45 44
Octal 346 167 274 0 60 22 12 503 105 104
Binary 11100110 1110111 10111100 0 110000 10010 1010 101000011 1000101 1000100

Color Harmonies of #E677BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677BC

Black with #E677BC

Text Example


Text Example

White with #E677BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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