Html Css Color HEX #E673C0 Persian Pink

📋 copy color: '#E673C0'

red 230 ◦ green 115 ◦ blue 192

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

Shades of Persian Pink #E673C0

Tints of Persian Pink #E673C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 42.83%
G = 21.42%
B = 35.75%

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

#E673C0 (or 0xE673C0) is known color: Persian Pink. HEX triplet: E6, 73 and C0. RGB value is (230,115,192). Sum of RGB (Red+Green+Blue) = 230+115+192=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E673C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673C0 is #198C3F. Grayscale: #9D9D9D. Windows color (decimal): -1674304 or 12612582. OLE color: 12612582.

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

Color convert

RGB 230 115 192 -
CMYK 0 0.5 0.17 0.10
HSL 319.83º 0.7% 0.68% -
HSV(B) 319.83º 0.5% 0.9% -
XYZ 48.28 32.89 53.67 -
YUV 158.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 230 115 192 0 0.5 0.17 0.10 319.83 0.7 0.68
Hex E6 73 C0 0 32 11 A 140 46 44
Octal 346 163 300 0 62 21 12 500 106 104
Binary 11100110 1110011 11000000 0 110010 10001 1010 101000000 1000110 1000100

Color Harmonies of #E673C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673C0

Black with #E673C0

Text Example


Text Example

White with #E673C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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