Html Css Color HEX #E673AE Persian Pink

📋 copy color: '#E673AE'

red 230 ◦ green 115 ◦ blue 174

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

Shades of Persian Pink #E673AE

Tints of Persian Pink #E673AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 44.32%
G = 22.16%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E673AE (or 0xE673AE) is known color: Persian Pink. HEX triplet: E6, 73 and AE. RGB value is (230,115,174). Sum of RGB (Red+Green+Blue) = 230+115+174=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E673AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673AE is #198C51. Grayscale: #9B9B9B. Windows color (decimal): -1674322 or 11432934. OLE color: 11432934.

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

Color convert

RGB 230 115 174 -
CMYK 0 0.5 0.24 0.10
HSL 329.22º 0.7% 0.68% -
HSV(B) 329.22º 0.5% 0.9% -
XYZ 46.4 32.14 43.8 -
YUV 156.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 230 115 174 0 0.5 0.24 0.10 329.22 0.7 0.68
Hex E6 73 AE 0 32 18 A 149 46 44
Octal 346 163 256 0 62 30 12 511 106 104
Binary 11100110 1110011 10101110 0 110010 11000 1010 101001001 1000110 1000100

Color Harmonies of #E673AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673AE

Black with #E673AE

Text Example


Text Example

White with #E673AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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