Html Css Color HEX #E673BA Persian Pink

📋 copy color: '#E673BA'

red 230 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #E673BA

Tints of Persian Pink #E673BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 43.31%
G = 21.66%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E673BA (or 0xE673BA) is known color: Persian Pink. HEX triplet: E6, 73 and BA. RGB value is (230,115,186). Sum of RGB (Red+Green+Blue) = 230+115+186=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E673BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673BA is #198C45. Grayscale: #9D9D9D. Windows color (decimal): -1674310 or 12219366. OLE color: 12219366.

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

Color convert

RGB 230 115 186 -
CMYK 0 0.5 0.19 0.10
HSL 322.96º 0.7% 0.68% -
HSV(B) 322.96º 0.5% 0.9% -
XYZ 47.63 32.63 50.24 -
YUV 157.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 230 115 186 0 0.5 0.19 0.10 322.96 0.7 0.68
Hex E6 73 BA 0 32 13 A 143 46 44
Octal 346 163 272 0 62 23 12 503 106 104
Binary 11100110 1110011 10111010 0 110010 10011 1010 101000011 1000110 1000100

Color Harmonies of #E673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673BA

Black with #E673BA

Text Example


Text Example

White with #E673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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