Html Css Color HEX #E673C2 Persian Pink

📋 copy color: '#E673C2'

red 230 ◦ green 115 ◦ blue 194

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

Shades of Persian Pink #E673C2

Tints of Persian Pink #E673C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 42.67%
G = 21.34%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E673C2 (or 0xE673C2) is known color: Persian Pink. HEX triplet: E6, 73 and C2. RGB value is (230,115,194). Sum of RGB (Red+Green+Blue) = 230+115+194=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E673C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673C2 is #198C3D. Grayscale: #9E9E9E. Windows color (decimal): -1674302 or 12743654. OLE color: 12743654.

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

Color convert

RGB 230 115 194 -
CMYK 0 0.5 0.16 0.10
HSL 318.78º 0.7% 0.68% -
HSV(B) 318.78º 0.5% 0.9% -
XYZ 48.5 32.98 54.85 -
YUV 158.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 230 115 194 0 0.5 0.16 0.10 318.78 0.7 0.68
Hex E6 73 C2 0 32 10 A 13F 46 44
Octal 346 163 302 0 62 20 12 477 106 104
Binary 11100110 1110011 11000010 0 110010 10000 1010 100111111 1000110 1000100

Color Harmonies of #E673C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673C2

Black with #E673C2

Text Example


Text Example

White with #E673C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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