Html Css Color HEX #E673AD Persian Pink

📋 copy color: '#E673AD'

red 230 ◦ green 115 ◦ blue 173

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

Shades of Persian Pink #E673AD

Tints of Persian Pink #E673AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 44.4%
G = 22.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E673AD (or 0xE673AD) is known color: Persian Pink. HEX triplet: E6, 73 and AD. RGB value is (230,115,173). Sum of RGB (Red+Green+Blue) = 230+115+173=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E673AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673AD is #198C52. Grayscale: #9B9B9B. Windows color (decimal): -1674323 or 11367398. OLE color: 11367398.

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

Color convert

RGB 230 115 173 -
CMYK 0 0.5 0.25 0.10
HSL 329.74º 0.7% 0.68% -
HSV(B) 329.74º 0.5% 0.9% -
XYZ 46.31 32.1 43.29 -
YUV 156 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 230 115 173 0 0.5 0.25 0.10 329.74 0.7 0.68
Hex E6 73 AD 0 32 19 A 14A 46 44
Octal 346 163 255 0 62 31 12 512 106 104
Binary 11100110 1110011 10101101 0 110010 11001 1010 101001010 1000110 1000100

Color Harmonies of #E673AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673AD

Black with #E673AD

Text Example


Text Example

White with #E673AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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