Html Css Color HEX #E673BF Persian Pink

📋 copy color: '#E673BF'

red 230 ◦ green 115 ◦ blue 191

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

Shades of Persian Pink #E673BF

Tints of Persian Pink #E673BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.46%

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

R = 42.91%
G = 21.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E673BF (or 0xE673BF) is known color: Persian Pink. HEX triplet: E6, 73 and BF. RGB value is (230,115,191). Sum of RGB (Red+Green+Blue) = 230+115+191=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E673BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673BF is #198C40. Grayscale: #9D9D9D. Windows color (decimal): -1674305 or 12547046. OLE color: 12547046.

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

Color convert

RGB 230 115 191 -
CMYK 0 0.5 0.17 0.10
HSL 320.35º 0.7% 0.68% -
HSV(B) 320.35º 0.5% 0.9% -
XYZ 48.17 32.85 53.09 -
YUV 158.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 230 115 191 0 0.5 0.17 0.10 320.35 0.7 0.68
Hex E6 73 BF 0 32 11 A 140 46 44
Octal 346 163 277 0 62 21 12 500 106 104
Binary 11100110 1110011 10111111 0 110010 10001 1010 101000000 1000110 1000100

Color Harmonies of #E673BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673BF

Black with #E673BF

Text Example


Text Example

White with #E673BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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