Html Css Color HEX #E676BF Persian Pink

📋 copy color: '#E676BF'

red 230 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #E676BF

Tints of Persian Pink #E676BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

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

R = 42.67%
G = 21.89%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E676BF (or 0xE676BF) is known color: Persian Pink. HEX triplet: E6, 76 and BF. RGB value is (230,118,191). Sum of RGB (Red+Green+Blue) = 230+118+191=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E676BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676BF is #198940. Grayscale: #9F9F9F. Windows color (decimal): -1673537 or 12547814. OLE color: 12547814.

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

Color convert

RGB 230 118 191 -
CMYK 0 0.49 0.17 0.10
HSL 320.89º 0.69% 0.68% -
HSV(B) 320.89º 0.49% 0.9% -
XYZ 48.52 33.54 53.21 -
YUV 159.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 230 118 191 0 0.49 0.17 0.10 320.89 0.69 0.68
Hex E6 76 BF 0 31 11 A 141 45 44
Octal 346 166 277 0 61 21 12 501 105 104
Binary 11100110 1110110 10111111 0 110001 10001 1010 101000001 1000101 1000100

Color Harmonies of #E676BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676BF

Black with #E676BF

Text Example


Text Example

White with #E676BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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