Html Css Color HEX #E677BB Persian Pink

📋 copy color: '#E677BB'

red 230 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #E677BB

Tints of Persian Pink #E677BB

RGB

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

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

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

R = 42.91%
G = 22.2%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E677BB (or 0xE677BB) is known color: Persian Pink. HEX triplet: E6, 77 and BB. RGB value is (230,119,187). Sum of RGB (Red+Green+Blue) = 230+119+187=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E677BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677BB is #198844. Grayscale: #9F9F9F. Windows color (decimal): -1673285 or 12285926. OLE color: 12285926.

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

Color convert

RGB 230 119 187 -
CMYK 0 0.48 0.19 0.10
HSL 323.24º 0.69% 0.68% -
HSV(B) 323.24º 0.48% 0.9% -
XYZ 48.2 33.6 50.96 -
YUV 159.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 230 119 187 0 0.48 0.19 0.10 323.24 0.69 0.68
Hex E6 77 BB 0 30 13 A 143 45 44
Octal 346 167 273 0 60 23 12 503 105 104
Binary 11100110 1110111 10111011 0 110000 10011 1010 101000011 1000101 1000100

Color Harmonies of #E677BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677BB

Black with #E677BB

Text Example


Text Example

White with #E677BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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